dev-agent-skills
Structured Git, GitHub, privacy, and decision-record workflows
All Skills in This Repository (5)
Pure Emerald Level Indicatorsgit-commit
Enforce Conventional Commits formatting with scopes and imperative subjects.
creating-skills
Automate Claude Code skill setup with standardized SKILL.md templates and directory scaffolding.
github-pr-creation
Automate GitHub PR creation, validation, and labeling with Conventional Commits.
github-pr-merge
Merge GitHub Pull Requests after pre-merge checks and reviewer replies pass.
github-pr-review
Automates GitHub PR review handling by prioritizing and applying fixes by severity.
Frequently Asked Questions
FAQPage SchemaHow to install dev-agent-skills?โผ
Run `npx skills add fvadicamo/dev-agent-skills --all -g -y` in your terminal to install all plugins and skills globally.
How to enforce Conventional Commits with AI?โผ
The git-commit skill automatically formats every commit with type, scope, and subject rules, and matches your project's existing commit style.
How to stop AI from merging PRs too early?โผ
The github-pr-merge skill runs a pre-merge checklist covering tests, CI, unreplied review comments, and changelog completeness before any merge happens.
How to prevent private data leaking into public repos?โผ
The privacy-guard skill adds a pre-commit hook with a local denylist that blocks hostnames, internal paths, and VPN addresses from being committed.
Does dev-agent-skills work with Claude Code?โผ
Yes. All skills follow the standard SKILL.md format and activate automatically in Claude Code based on your natural language requests.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core