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.
Apply code changes and fixes. Writes implementation code, applies bug fixes, and verifies changes with tests. Core action hub in the development mesh.
Apply code changes. Fix receives a plan, debug finding, or review finding and writes the actual code. It does NOT investigate root causes — that is rune:debug's job. Fix is the action hub: locate, change, verify, report.
<HARD-GATE> Never change test files to make tests pass unless the tests themselves are provably wrong (wrong expected value, wrong test setup, testing a removed API). The rule: fix the CODE, not the TESTS. If unsure whether the test is wrong or the implementation is wrong → call `rune:debug` to investigate. </HARD-GATE>cook Phase 4 IMPLEMENT — write code to pass testsdebug when root cause found and fix is readyreview when bugs found during review/rune fix <issue> — manual fix applicationdebug (L2): when root cause unclear before fixing — need diagnosis firsttest (L2): verify fix with tests after applying changesreview (L2): self-review for complex or risky fixesverification (L3): validate fix doesn't break existing functionalitynpx skills add Rune-kit/rune --skill fixHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.