Safely commit reviewed changes with a Conventional Commit message and push to a feature branch, following docs/GITWORKFLOW.md. Use AFTER /self-review. Never commits to main, never blind-adds, never commits secrets.
Write code for an already-validated approach on this project, following docs/CODINGPRACTICES.md and docs/ARCHITECTURE.md. Use only AFTER /plan-first has produced an approved approach. Do not use to design or decide — only to build what was agreed.
Open a pull request (a.k.a. MR) for a pushed branch using the project PR template, following docs/GITWORKFLOW.md. Use AFTER /commit-push. Keeps PRs small and well-described.
Entry point for ANY coding request on this project. Before writing a single line of code, read the existing code, form an approach, and validate it with the user. Use whenever the user asks to add, change, fix, or build something. Proactively invoke this instead of jumping straight to code.
Best practices for writing LLM prompts sent to the Anthropic API in this project. Use whenever you write, edit, or review a prompt that goes to Claude (e.g. claim extraction in clients/anthropic.py). Enforces grounded, structured, testable prompts that fit our clients/ layer.
Review a pull request (MR) against project standards before merge, following docs/GITWORKFLOW.md. Use AFTER /open-pr, or any time to review a teammate's or your own PR. The final gate before code reaches main.
Review the current local diff for bugs, scope creep, leaked secrets, and practice violations before anything is committed. Use AFTER /test passes and BEFORE /commit-push. The last gate before code leaves your machine.
Write and run pytest tests for code just implemented on this project, following docs/TESTING.md. Mocks all external APIs. Use AFTER /implement. Blocks the pipeline until tests pass.
Claude Code instructions for justomsharma/github-resume-assistant, covering claude.md — github resume assistant, what this project is, documentation map (read the relevant one before acting), the golden rule and skill routing — which skill, when.