Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Run the SPARC Refinement and Completion phases — review code, improve test coverage, validate against specification, and generate documentation
Run Phases 4 and 5 of the SPARC methodology: iteratively improve through code review and testing, then finalize with validation, documentation, and deployment readiness.
After the Architecture phase is complete and its gate has been passed. This skill covers the final two phases that bring a feature from implemented to production-ready.
Retrieve all prior artifacts — call mcp__claude-flow__memory_search with namespace sparc-phases and query for the feature slug. Load spec (acceptance criteria), pseudocode, and architecture.
Retrieve phase state — call mcp__claude-flow__memory_search with namespace sparc-state to confirm we are in Phase 4.
Code review — review the implementation against: a. Specification compliance: does every acceptance criterion have a corresponding code path? b. Architecture adherence: do modules follow the defined boundaries and dependency rules? c. Pseudocode fidelity: does the implementation match the designed algorithms? d. Code quality: naming conventions, single responsibility, error handling, no dead code
npx skills add ruvnet/ruflo --skill sparc-refineHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.