focused-fix
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
Generate changelogs from git history and validate conventional commits. Usage: /changelog <generate|lint> [options]
$ npx -y skills add alirezarezvani/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/changelogContext preview
What this command does when you run it.
Generate changelogs from git history and validate conventional commits. Usage: /changelog <generate|lint> [options]
name: changelog description: "Generate changelogs from git history and validate conventional commits. Usage: /changelog <generate|lint> [options]" argument-hint: "<generate|lint> [options]"
Generate Keep a Changelog entries from git history and validate commit message format.
/changelog generate [--from-tag <tag>] [--to-tag <tag>] Generate changelog entries /changelog lint [--from-ref <ref>] [--to-ref <ref>] Lint commit messages
/changelog generate --from-tag v2.0.0 /changelog lint --from-ref main --to-ref dev /changelog generate --from-tag v2.0.0 --to-tag v2.1.0 --format markdown
→ `engineering/skills/changelog-generator/SKILL.md`
388 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.
Repo: alirezarezvani/claude-skills
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
Clean up merged branches locally and on remote, keeping only main, dev, and gh-pages.
Stage, commit, and push the current branch following git governance rules.
Comprehensive audit pipeline for skills, plugins, agents, and commands. Validates structure, quality, security, marketplace compliance, cross-platform…