
# gh — GitHub CLI Operations You have access to `gh` (GitHub CLI) for repository and project management. ## Issues ```bash gh issue list # List open issues gh issue list --label "bug" # Filter by label gh issue view <number> # View issue details gh issue create --title "..." --body "..." # Create issue gh issue close <number> # Close issue gh issue comment <number> --body "..." # Add comment ``` ## Pull Re
Squads CLI reference for autonomous agents — run squads, manage memory, check status, set goals, and operate the AI workforce. TRIGGER when using squads commands, dispatching agents, reading/writing memory, checking squad status, or operating the autonomous loop.
Capture learnings after completing work. Use when finishing a task, fixing a bug, discovering a pattern, or learning something worth remembering for future sessions. Helps build institutional memory.