Auto-detect code changes and draft Conventional Commit messages. Use when asked to generate, write, or suggest...
find ~/xxxryan/ -name "*.skill"
Generate table-driven Go tests (unit or integration) for given functions, handlers, or packages. Use when the user...
Perform a senior Go code review on a diff or files, focusing on correctness, idiomatic Go, error handling,...
Audit Go code for concurrency bugs: data races, goroutine leaks, deadlocks, channel misuse, and context leaks. Use...
Triage a production incident from symptoms, logs, metrics, and recent deploy info. Produces a hypothesis tree, the...