pr-checks
25Command Claude Code
Show current PR's check status; pull failure logs if any are red.
Command Claude Code
Show current PR's check status; pull failure logs if any are red.
Command Claude Code
Post before/after stills + GIFs on a visual PR, captured headlessly with Playwright + ffmpeg.
Command Claude Code
Review a contributor PR against repo conventions and goal alignment.
Command Claude Code
Mine watering holes for product opportunities; observe conversations, sort findings into pain killers vs money multipliers.
Command Claude Code
Merge and deploy a finished PR unattended — review agent → gate → merge → watch deploy → verify prod → digest.
Command Claude Code
Turn a feature idea or GitHub issue into a one-page spec saved to Documentation/specs/ and opened as a draft PR.
Command Claude Code
Draft a reply to a support email - Alexander reviews and sends.
Command Claude Code
Synthesize raw user feedback (email, Discord, survey responses) into themes and draft GitHub issues.
Command Claude Code
Force a trio review of the task that follows — pm, designer, and engineer weigh in in parallel before any action is taken.
Command Claude Code
Weekly retro - pull metrics, compare to goal trajectory, recommend one priority shift.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing trio_check.sh and prompt-secrets.sh via bash (2 commands). From 2anki/2anki.net.
Hook Claude Code
Runs when a session starts, executing session-start.sh via bash. From 2anki/2anki.net.
Hook Claude Code
Runs before the agent uses a tool for Bash, Write, Edit, NotebookEdit and Read tool calls, executing safety.py, pre-bash-curl-pipe.py, check-commit-message.py, check-merge-status.py, check-browser-attestation.py, check-changelog-on-merge.py, check-duplicate-commit-message.py, pre-push-typecheck.py, pre-push-format.py…
Hook Claude Code
Runs after a tool call finishes for Write, Edit and NotebookEdit tool calls, executing post-write-nudge.py via python3. From 2anki/2anki.net.
Hook Claude Code
Runs when the agent finishes a response, executing stop-test-coverage.py via python3. From 2anki/2anki.net.
Settings file Claude Code
Agent settings declaring 5 hook events (UserPromptSubmit, SessionStart, PreToolUse, PostToolUse) and 16 allowed tools.
Skill Claude CodeCodex
Diff the session, propose targeted CLAUDE.md / FEATURE.md updates.
Instructions file GitHub Copilot
Copilot instructions for 2anki/2anki.net, covering rules, general, comments, commands and process.
MCP server Claude CodeCodexCursor +2
MCP server "ide" as configured in 2anki/2anki.net. Launched with claude mcp serve-ide.
MCP server Claude CodeCodexCursor +2
Lets the agent work with GitHub: search code, read and create issues and pull requests, and manage repositories through the GitHub API. Runs locally from the @modelcontextprotocol/server-github npm package. Needs 1 environment variable to run.
MCP server Claude CodeCodexCursor +2
MCP server "sonarqube" as configured in 2anki/2anki.net. Launched with sonar run mcp --project 2anki_server.
Instructions file
Claude Code instructions for 2anki/2anki.net, covering claude.md, repos — route work to the right one, goal, memory & sensitive data and design context.