💡 Summary
This skill set enhances development workflows with Git and GitHub automation for Claude Code users.
🎯 Target Audience
🤖 AI Roast: “The README suggests potential risks like shell execution and network access through plugin installations. To mitigate, ensure proper validation of input and limit permissions for t”
The README suggests potential risks like shell execution and network access through plugin installations. To mitigate, ensure proper validation of input and limit permissions for the plugins.
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.
Pros
- Streamlines Git and GitHub workflows.
- Automates repetitive tasks.
- Follows best practices for skill authoring.
Cons
- Requires familiarity with Claude Code.
- Limited to Git and GitHub functionalities.
- May need updates for new GitHub features.
Related Skills
claude-mods
A“Powerful, but the setup might scare off the impatient.”
Disclaimer: This content is sourced from GitHub open source projects for display and rating purposes only.
Copyright belongs to the original author fvadicamo.
