Top Skills for Developers
Three production-ready skills every developer should install. Each is ready to use as-is — copy the SKILL.md or download it and drop it into ~/.claude/skills/.
Review any code or diff for bugs, security issues, and style.
Stage, write a Conventional Commit message, and push to origin.
Generate a complete PR title and description from the branch diff.
How to install
For each skill below, download or copy the SKILL.md content and place it in its folder:
mkdir -p ~/.claude/skills/code-review
mkdir -p ~/.claude/skills/commit
mkdir -p ~/.claude/skills/pr-description
# Then save each SKILL.md into the matching folder
~/.claude/skills/ are global — available in every project. To scope a skill to one project, put it in .claude/skills/ at your project root instead.Reviews any code file or git diff for bugs, security vulnerabilities (OWASP Top 10), and style issues. Outputs a severity-ranked table so you know what to fix first.
Stages all changes, inspects the diff, writes a properly-formatted Conventional Commit message, and pushes to origin. No more hand-writing commit messages.
Reads your branch diff and commit history, then writes a complete pull request title and description — covering what changed, how it was implemented, and how to test it.
Using all three together
These three skills cover the full developer review loop in sequence:
description field automatically.What's Next
Three developer skills ready to use. Next: the Skills Marketplace — where community-built skills are published, rated, and searchable.