focused-fix
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
Sprint health scoring and velocity analysis for agile teams. Usage: /sprint-health <analyze|velocity> [options]
$ npx -y skills add alirezarezvani/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/sprint-healthContext preview
What this command does when you run it.
Sprint health scoring and velocity analysis for agile teams. Usage: /sprint-health <analyze|velocity> [options]
name: sprint-health description: "Sprint health scoring and velocity analysis for agile teams. Usage: /sprint-health <analyze|velocity> [options]" argument-hint: "<analyze|velocity> [options]"
Score sprint health across delivery, quality, and team metrics with velocity trend analysis.
/sprint-health analyze <sprint_data.json> Full sprint health score /sprint-health velocity <sprint_data.json> Velocity trend analysis
{
"sprint_name": "Sprint 24",
"committed_points": 34,
"completed_points": 29,
"stories": {"total": 12, "completed": 10, "carried_over": 2},
"blockers": [{"description": "API dependency", "days_blocked": 3}],
"ceremonies": {"planning": true, "daily": true, "review": true, "retro": true}
}/sprint-health analyze sprint-24.json /sprint-health velocity last-6-sprints.json /sprint-health analyze sprint-24.json --format json
> `project-management/skills/scrum-master/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…