Skill Claude CodeCodex
Investigates code bugs and files GitHub issues.
Skill Claude CodeCodex
Investigates code bugs and files GitHub issues.
Skill Claude CodeCodex
Searches the codebase by concept using semantic search. Use for exploratory questions about behavior, flow, or architecture rather than exact symbol lookups.
Skill Claude CodeCodex
Pure coordinator that decomposes work and delegates to subagents.
Skill Claude CodeCodex
Verifies a PR is fully mergeable (CI green, no unresolved comments, approved) then merges it.
Skill Claude CodeCodex
Finds or creates a GitHub issue and Grackle task for a piece of work, or recommends the next ticket from a backlog.
Skill Claude CodeCodex
Manages a Grackle task through its lifecycle until the PR is ready to merge.
Hook Claude Code
Runs when the agent finishes a response, executing pr-readiness-check.mjs via node. From nick-pape/grackle.
Settings file Claude Code
Agent settings declaring 1 hook event (Stop) and 23 allowed tools.
Skill Claude CodeCodex
Fetch all approved-for-grackle issues, filter out closed and already-in-progress ones, and suggest a prioritized ordering. Run with /backlog-prioritize.
Skill Claude CodeCodex
Create a PR with change files, screenshots, and issue linking. Run with /create-pr or /create-pr .
Skill Claude CodeCodex
Launch the self-recording Grackle demo. Builds Docker images, cleans state, provisions environments, creates project/task, and starts the demo recording agent.
Skill Claude CodeCodex
Launches an isolated Grackle server instance with ephemeral ports and a branch-specific home directory. Prevents agents from conflicting with each other or destabilizing the user's real database.
Skill Claude CodeCodex
Create a new GitHub issue with proper labels and epic assignment, then write a requirements spec for it. Run with /open-ticket " " or interactively.
Skill Claude CodeCodex
Automated PR fixup loop — syncs with main, addresses all Copilot review comments, and waits for CI to pass. Run with /pr-fixup or /pr-fixup .
Skill Claude CodeCodex
Detect stale README content and screenshots, capture fresh screenshots from the live app, and draft README updates. Run with /readme-refresh.
Skill Claude CodeCodex
Generate a Rush change file for the current branch, handling merge-commit false positives automatically. Run with /rush-change.
Skill Claude CodeCodex
Set or remove a GitHub blocked-by relationship between issues. Run with /set-blocked-by or /set-blocked-by remove .
Skill Claude CodeCodex
Set or remove a GitHub sub-issue (parent/child) relationship. Run with /set-parent or /set-parent remove .
Skill Claude CodeCodex
Spawn the ACP-variant runtimes (claude-code-acp / codex-acp / copilot-acp). claude-code-acp validated; it surfaces real tool failures that native claude-code can't. Run with /test-acp-runtime. Pairs with /launch-grackle.
Skill Claude CodeCodex
Spawn and exercise the native claude-code runtime against a test server, including the model names that work and the synthetic-tool-result gotcha. Run with /test-claude-runtime. Pairs with /launch-grackle.
Skill Claude CodeCodex
Spawn the codex runtime against a test server. Use model gpt-5.5 (requires Codex SDK >= 0.135.0). Run with /test-codex-runtime. Pairs with /launch-grackle.
Skill Claude CodeCodex
Spawn and exercise the copilot runtime against a test server. CRITICAL: gpt-4o does NOT work — use claude-sonnet-4.5. Run with /test-copilot-runtime. Pairs with /launch-grackle.
Skill Claude CodeCodex
Performs a comprehensive User Experience audit of the Grackle web UI, producing a prioritized report of improvement proposals backed by screenshots.
Skill Claude CodeCodex
Research a GitHub issue and write a detailed requirements specification into the issue body. Run with /write-spec .