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.
Pre-commit quality gate that catches 'almost right' code. Use when about to commit — auto-fires before commit to validate logic correctness, error handling, regressions, and completeness. Goes beyond linting.
Pre-commit quality gate that catches "almost right" code — the kind that compiles and passes linting but has logic errors, missing error handling, or incomplete implementations. Goes beyond static analysis to check data flow, edge cases, async correctness, and regression impact. The last defense before code enters the repository.
cook before commit phasefix after applying fixes (verify fix quality)/rune preflight — manual quality checkscout (L2): find code affected by changes (dependency tracing)sentinel (L2): security sub-check on changed fileshallucination-guard (L3): verify imports and API references existtest (L2): run test suite as pre-commit checkcook (L1): before commit phase — mandatory gateLOGIC — data flow errors, edge case misses, async bugs
npx skills add Rune-kit/rune --skill preflightHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Mostly clear, but there are still a few confusing or poorly structured parts.
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.