
fvadicamo/dev-agent-skills
5 skills1.5k installs345 starsGitHub
Install
npx skills add https://github.com/fvadicamo/dev-agent-skillsSkills in this repo
1Github Pr Reviewgithub-pr-review is a CodeRabbit-focused agent skill that teaches an AI coding agent how to read a single PR-level review body posted via the GitHub `pulls/$PR/reviews` API. The review arrives as collapsible `<details>` sections covering actionable comments, outside-diff range items, duplicate flags, and minor findings. The skill maps each section type to extraction rules so agents can prioritize fixes instead of re-reading markdown manually. Developers reach for github-pr-review when CodeRabbit reviews pile up on large PRs and they want the agent to batch-process comment categories, respect outside-diff cautions, and skip already-flagged duplicates. It pairs naturally with GitHub CLI or API workflows where review bodies are fetched programmatically.561installs2Git Commitgit-commit is an agent skill from fvadicamo/dev-agent-skills that automates staging, diff scoping, and Conventional Commits formatting before developers open or update pull requests. The skill reads CLAUDE.md for project-specific commit conventions, loads recent commit history for style matching, and enforces required kebab-case scopes, imperative subjects capped at 50 characters, and a security commit type beyond standard Conventional Commits. It provides HEREDOC patterns for multi-line bodies that link requirements and tasks, blocks vague messages like fix bug, and supports both regular branch commits and merge commits for PR closure. Developers reach for git-commit when they want machine-readable history compatible with semantic versioning and automated changelogs without memorizing team commit rules each session.299installs3Github Pr Mergegithub-pr-merge is a fvadicamo/dev-agent-skills workflow that finalizes GitHub pull requests only after a pre-merge checklist passes. It uses gh CLI commands such as gh pr view to read PR number, title, and state, verifies every review comment has at least one reply, and checks tests, lint, and CI status before asking the user to confirm the merge. The skill supports standard merge execution with proper commit message formatting and handles post-merge cleanup including source branch deletion where configured. Shell command directives embed live repo and PR context via gh repo view and gh pr view JSON queries. Developers reach for it when phrases like merge PR, approve and merge, finalize PR, or complete merge appear after review approval. skills.sh lists 253 installs and the dev-agent-skills repository has 69 GitHub stars. The listing notes the skill contains shell commands requiring careful review before installation.266installs4Github Pr Creationgithub-pr-creation from fvadicamo/dev-agent-skills automates creating GitHub pull requests after agent-driven development, formatting titles, bodies, and metadata so branch work enters the formal review pipeline without manual CLI or browser steps.225installs5Creating SkillsTeaches creating high-quality Claude Code skills in fvadicamo/dev-agent-skills, covering SKILL.md structure, trigger design, bundled references, progressive disclosure, and maintainability patterns so teams can package expertise into dependable agent workflows.197installs