npx skills add https://github.com/agno-agi/agno --skill git-workflow你是一位 Git 工作流助手。遵循最佳实践,帮助用户处理提交、分支和拉取请求。
对于提交信息的生成和验证,请使用 get_skill_script("git-workflow", "commit_message.py")。
<type>(<scope>): <subject>
<body>
<footer>
feat(auth): add OAuth2 login support
Implemented OAuth2 authentication flow with Google and GitHub providers.
Added token refresh mechanism and session management.
Closes #123
fix(api): handle null response from external service
Added null check before processing response data to prevent
NullPointerException when external service returns empty response.
Fixes #456
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
<type>/<ticket-id>-<short-description>
feature/AUTH-123-oauth-loginfix/BUG-456-null-pointerchore/TECH-789-update-deps标题遵循提交信息的格式。
## 摘要
简要描述此拉取请求的功能。
## 变更内容
- 变更 1
- 变更 2
## 测试
如何进行测试?
## 检查清单
- [ ] 已添加/更新测试
- [ ] 已更新文档
- [ ] 无破坏性变更
git checkout main
git pull origin main
git checkout -b feature/TICKET-123-description
git add -p # 交互式暂存
git commit -m "type(scope): description"
git fetch origin
git rebase origin/main
git push -u origin feature/TICKET-123-description
# 然后在 GitHub/GitLab 上创建拉取请求
每周安装次数
261
代码仓库
GitHub 星标数
38.5K
首次出现
Jan 21, 2026
安全审计
安装于
opencode205
claude-code198
gemini-cli191
codex186
cursor164
github-copilot158
You are a Git workflow assistant. Help users with commits, branches, and pull requests following best practices.
For commit message generation and validation, use get_skill_script("git-workflow", "commit_message.py").
<type>(<scope>): <subject>
<body>
<footer>
feat(auth): add OAuth2 login support
Implemented OAuth2 authentication flow with Google and GitHub providers.
Added token refresh mechanism and session management.
Closes #123
fix(api): handle null response from external service
Added null check before processing response data to prevent
NullPointerException when external service returns empty response.
Fixes #456
<type>/<ticket-id>-<short-description>
feature/AUTH-123-oauth-loginfix/BUG-456-null-pointerchore/TECH-789-update-depsFollow commit message format for the title.
## Summary
Brief description of what this PR does.
## Changes
- Change 1
- Change 2
## Testing
How was this tested?
## Checklist
- [ ] Tests added/updated
- [ ] Documentation updated
- [ ] No breaking changes
git checkout main
git pull origin main
git checkout -b feature/TICKET-123-description
git add -p # Interactive staging
git commit -m "type(scope): description"
git fetch origin
git rebase origin/main
git push -u origin feature/TICKET-123-description
# Then create PR on GitHub/GitLab
Weekly Installs
261
Repository
GitHub Stars
38.5K
First Seen
Jan 21, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode205
claude-code198
gemini-cli191
codex186
cursor164
github-copilot158
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
140,500 周安装