Loading...
Loading...
Found 8 Skills
Refactor given method `${input:methodName}` to reduce its cognitive complexity to `${input:complexityThreshold}` or below, by extracting helper methods.
Code specialist for writing, debugging, and technical implementation. Use when the user needs code written, bugs fixed, files edited, or features built.
Implements stories with code and tests.
Multi-agent code review with specialized perspectives (security, performance, patterns, simplification, tests)
[Utilities] ⚡⚡⚡⚡ Bootstrap a new project automatically
Add test coverage to existing code with correct mock patterns. Use when adding tests to untested modules, writing regression tests for bugs, or user asks to test a specific file. Handles mockReset:true, vi.hoisted(), forwarding pattern, and test app builder utilities.
Use when building, testing, linting, or running Go code in projects that have a Makefile. Prefer make targets over calling go commands directly.
Check which Rust lines are not covered by Rust tests.