💡 摘要
该技能集通过自动化Git和GitHub工作流程来增强Claude Code用户的开发工作流。
🎯 适合人群
🤖 AI 吐槽: “自述文件暗示了通过插件安装可能存在的shell执行和网络访问风险。为了减轻风险,确保对输入进行适当验证,并限制插件的权限。”
自述文件暗示了通过插件安装可能存在的shell执行和网络访问风险。为了减轻风险,确保对输入进行适当验证,并限制插件的权限。
dev-agent-skills
Agent skills for development workflows - Git, GitHub, and skill authoring.
These skills are designed for Claude Code, the CLI tool by Anthropic.
Quick Install
# Add marketplace /plugin marketplace add fvadicamo/dev-agent-skills # Install plugins /plugin install github-workflow@dev-agent-skills /plugin install skill-authoring@dev-agent-skills
Available Plugins
github-workflow
Skills for Git and GitHub workflows following Conventional Commits:
| Skill | Description | |-------|-------------| | git-commit | Creates commits following Conventional Commits format with type/scope/subject | | github-pr-creation | Creates PRs with automated validation, task tracking, and label suggestions | | github-pr-merge | Merges PRs after validating pre-merge checklist (tests, lint, CI, comments) | | github-pr-review | Handles PR review comments: fetches, classifies by severity, applies fixes |
skill-authoring
| Skill | Description | |-------|-------------| | creating-skills | Guide for creating Claude Code skills following Anthropic's best practices |
How Skills Work
Skills are model-invoked - Claude automatically activates them based on your request:
- "Create a commit" → activates
git-commit - "Open a PR" → activates
github-pr-creation - "Merge the PR" → activates
github-pr-merge - "Address review comments" → activates
github-pr-review - "Help me create a skill" → activates
creating-skills
License
MIT License - see LICENSE for details.
优点
- 简化Git和GitHub工作流程。
- 自动化重复任务。
- 遵循技能创作的最佳实践。
缺点
- 需要熟悉Claude Code。
- 仅限于Git和GitHub功能。
- 可能需要更新以适应新的GitHub功能。
相关技能
免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。
版权归原作者所有 fvadicamo.
