Agent
Read-only code review agent. Analyzes code for quality, best practices, and potential issues without making any edits. Cannot modify files.
Agent
Read-only code review agent. Analyzes code for quality, best practices, and potential issues without making any edits. Cannot modify files.
Agent
Full code review agent that runs linting, typechecks, and tests. Provides comprehensive feedback on code quality, correctness, and test coverage.
Skill Claude CodeCodex
Use when the user asks to review code, perform a code review, analyze changes for issues, or review a PR/diff. Runs linting, typechecks, and tests to provide comprehensive feedback. Do NOT use for simple questions about code (use the explore agent instead).
Skill Claude CodeCodex
Use when the user wants to write a git commit message — including 'write a commit message', 'commit this', or when they paste a diff / staged changes and ask what to commit it as. Follows Conventional Commits. Do NOT use for PR descriptions (use pr-description skill).
Skill Claude CodeCodex
Use when the user wants to write, improve, or fill in a GitHub pull request description. Triggers: 'write a PR description', 'draft a PR', 'fill in the PR template', 'summarize this diff', or when the user pastes a diff / commits and asks for a PR body. Do NOT use for commit messages (use commit-message skill) or…
Cursor rule Cursor
Core project conventions — code style, error handling, testing, security, git.
Cursor rule Cursor
These rules apply only to .py files. They extend (not override) the baseline rules in project-always.mdc.
Cursor rule Cursor
These rules apply only to .ts and .tsx files. They extend (not override) the baseline rules in project-always.mdc.