Gh Cli
GitHub CLI (gh) comprehensive reference for repositories, issues, pull requests, Actions, projects, releases, gists, codespaces, organizations, extensions, and all GitHub operations from the command line.
Debug
Systematic debugging approach for tracking down issues - use when encountering bugs, errors, or unexpected behavior
Using Git Worktrees
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
Pr Best Practices
Enforces safe and consistent PR/fix workflows with automatic detection of repo-specific tooling. Use when creating PRs, fixing CI failures, preparing commits for review, or ensuring code quality before pushing.
Db Query
Query the Balance prod or sandbox PostgreSQL database. Use when the user asks to look up, investigate, or query data in the database, check DB state, debug data issues, or needs information that requires SQL queries. Handles Vault authentication and credential retrieval automatically.
Security Review
Review code for security vulnerabilities including OWASP top 10, injection flaws, authentication issues, and data exposure
Snowflake Cli
Query Snowflake from the command line using `snow sql`. Use whenever the user asks to look up data in Snowflake, run a SQL query against a Snowflake warehouse, explore Snowflake schemas/tables, debug data issues that involve Snowflake, or otherwise needs an answer that requires running SQL against Snowflake — even if they say "the data warehouse" or "snow" without naming Snowflake explicitly. Han…
Cbq Query
Query a Couchbase cluster using SQL++ (formerly N1QL) via the `cbq` shell — delegated to a subagent so multi-hundred-KB result envelopes never enter the main agent's context. Use whenever the user asks to look up, investigate, or query data in Couchbase, run a N1QL/SQL++ query, explore buckets/scopes/collections, inspect documents by key, debug data issues that involve Couchbase, or otherwise nee…
Worktree Cleanup
Set up automated cleanup of dead git worktrees and merged branches. Use when user wants to automate worktree/branch cleanup, schedule daily git maintenance, clean up stale branches on wake/login, or set up launchd automation for git hygiene.