focused-fix
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
/cs:reflect — Mid-conversation reflection: halts current thread, re-reads full conversation from original goal forward, runs 5-dimension analysis (Macro / Gap / Reflective / Bias / Contextual), ends with Continue / Pivot / Pause recommendation. Flowing prose, no headers. Honest
$ npx -y skills add alirezarezvani/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/cs-reflectContext preview
What this command does when you run it.
/cs:reflect — Mid-conversation reflection: halts current thread, re-reads full conversation from original goal forward, runs 5-dimension analysis (Macro / Gap / Reflective / Bias / Contextual), ends with Continue / Pivot / Pause recommendation. Flowing prose, no headers. Honest
name: "cs-reflect" description: "/cs:reflect — Mid-conversation reflection: halts current thread, re-reads full conversation from original goal forward, runs 5-dimension analysis (Macro / Gap / Reflective / Bias / Contextual), ends with Continue / Pivot / Pause recommendation. Flowing prose, no headers. Honest output — no manufactured problems."
**Command:** `/cs:reflect`
The `cs-reflect` persona pauses execution and honestly reassesses where the conversation has been heading.
A flowing-prose reassessment covering:
1. **Macro Perspective** — original goal vs current direction; drift detection 2. **Gap Analysis** — unverified assumptions, missing stakeholders, skipped constraints, dismissed alternatives 3. **Reflective Inquiry** — right problem vs adjacent easier one? Simpler path overcomplicated? Harder valuable path avoided? 4. **Bias Check** — confirmation / sunk cost / anchoring / complexity / recency 5. **Contextual Alignment** — does direction serve goals + best use of time
Closing with **one of three recommendations**:
**Explicit:**
**Implicit (no phrase needed):**
# When triggered, the skill: # 1. Halts current thread (no continuation of the in-progress task) # 2. Re-reads full conversation from original goal # 3. Runs 5-dimension analysis in head # 4. Delivers flowing-prose reassessment # Optional pre-flight: scan for bias patterns + depth signals python ../skills/reflect/scripts/conversation_depth_analyzer.py --conversation /tmp/transcript.txt python ../skills/reflect/scripts/bias_pattern_detector.py --conversation /tmp/transcript.txt # Post-flight: validate output meets discipline python ../skills/reflect/scripts/directional_recommendation_validator.py --output /tmp/output.txt
---
**Version:** 1.0.0 **Source:** Path-B direct conversion of `megaprompts/02-reflect-megaprompt.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…