Debugmode
Use when encountering bugs, unexpected behavior, or when the user wants to systematically debug an issue using runtime evidence — forms hypotheses, instruments code with debug logs, uses background agents to monitor output, fixes issues, launches a live-monitored dev server for user testing, and cleans up after verification.
Ship It
Use when the user wants to commit, push, create a PR, watch CI, fix errors if any, and merge + cleanup when CI passes. Full ship workflow from branch to main.
Code Review
Comprehensive code review using 5 parallel specialist agents. Use this skill when reviewing code quality, doing code review, auditing database queries, checking API reliability, security hardening, test quality, or backend performance. Trigger whenever the user mentions "code review", "review my code", "audit", "check quality", "review PR", "review changes", or any quality/security/performance co…