clean
Clean up merged branches locally and on remote, keeping only main, dev, and gh-pages.
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
$ npx -y skills add alirezarezvani/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/focused-fixContext preview
What this command does when you run it.
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
name: focused-fix description: "Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>"
Systematically repair an entire feature or module using the 5-phase protocol. Target: `$ARGUMENTS` (a feature path or module name).
If `$ARGUMENTS` is empty, ask the user which feature/module to fix.
1. Identify the primary folder/files for the target feature 2. Read EVERY file in that folder — understand its purpose 3. Create a feature manifest:
FEATURE SCOPE: Primary path: <path> Entry points: [files imported by other parts of the app] Internal files: [files only used within this feature] Total files: N
**INBOUND** (what this feature imports):
**OUTBOUND** (what imports this feature):
Output a dependency map with inbound, outbound, env vars, and config files.
Run ALL diagnostic checks:
For each issue found:
Output a diagnosis report with issues grouped by severity.
Fix in this EXACT order: 1. **Dependencies** — broken imports, missing packages 2. **Types** — type mismatches at boundaries 3. **Logic** — business logic bugs 4. **Tests** — fix or create tests for each fix 5. **Integration** — verify end-to-end with consumers
Rules:
1. Run ALL tests in the feature folder 2. Run ALL tests in files that import from this feature 3. Run full test suite if available 4. Summarize all changes made
Output a completion report with files changed, fixes applied, test results, and consumers verified.
NO FIXES WITHOUT COMPLETING SCOPE → TRACE → DIAGNOSE FIRST
If you haven't finished Phase 3, you cannot propose fixes.
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
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…