Agent
Use when analyzing code comments for accuracy, completeness, and long-term maintainability.
Agent
Use when analyzing code comments for accuracy, completeness, and long-term maintainability.
Agent
Use when reviewing a pull request to evaluate test coverage quality and gaps for new or changed functionality.
Agent
Use when reviewing code changes to detect silent failures, weak error handling, and unsafe fallback behavior.
Agent
Use when introducing or refactoring types to evaluate invariant design, encapsulation, and enforcement quality.
Skill Claude CodeCodex
Use when the user wants to design Codex agent equivalents (specialized workers/profiles/prompt files), define triggering conditions, or build reusable agent prompts and validation tools.
Skill Claude CodeCodex
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
Skill Claude CodeCodex
Use when the user wants to create Codex workflow hooks (pre/post run gates, tool-use validators, stop checks) or needs guidance on hook scripts and hooks.json configuration.
Skill Claude CodeCodex
Analyze and resolve Sentry comments on GitHub Pull Requests. Use this when asked to review or fix issues identified by Sentry in PR comments. Can review specific PRs by number or automatically find recent PRs with Sentry feedback.
Skill Claude CodeCodex
Setup Sentry AI Agent Monitoring in any project. Use this when asked to add AI monitoring, track LLM calls, monitor AI agents, or instrument OpenAI/Anthropic/Vercel AI/LangChain/Google GenAI. Automatically detects installed AI SDKs and configures the appropriate Sentry integration.
Skill Claude CodeCodex
Setup Sentry Logging in any project. Use this when asked to add Sentry logs, enable structured logging, setup console log capture, or integrate logging with Sentry. Supports JavaScript, TypeScript, Python, Ruby, React, Next.js, and other frameworks.
Skill Claude CodeCodex
Setup Sentry Metrics in any project. Use this when asked to add Sentry metrics, track custom metrics, setup counters/gauges/distributions, or instrument application performance metrics. Supports JavaScript, TypeScript, Python, React, Next.js, and Node.js.
Skill Claude CodeCodex
Setup Sentry Tracing (Performance Monitoring) in any project. Use this when asked to add performance monitoring, enable tracing, track transactions/spans, or instrument application performance. Supports JavaScript, TypeScript, Python, Ruby, React, Next.js, and Node.js.
Skill Claude CodeCodex
Use when the user wants to create or refine Codex skills, improve skill descriptions, organize skill resources, or follow Codex skill best practices.
Hook
Runs when a session starts, executing session-start.sh and check-orchestration-sleep.sh (2 commands). From troykelly/codex-skills.
Hook
Runs before the agent uses a tool for Bash, mcp__github__create_pull_request and mcp__github__merge_pull_request tool calls, executing validate-pr-creation.sh, validate-local-testing.sh, validate-pr-merge.sh and validate-tests-pass.sh (4 commands). From troykelly/codex-skills.
Hook
Runs after a tool call finishes for Edit, Write, Bash and mcp__github__create_pull_request tool calls, executing security-scan.sh, validate-generated-artifacts.sh, track-test-results.sh and post-pr-creation.sh (4 commands). From troykelly/codex-skills.
Hook
Runs when the agent finishes a response, executing plan-limit-account-switch.sh and check-ci-before-stop.sh (2 commands). From troykelly/codex-skills.
Skill Claude CodeCodex
Use after implementing features - verifies each acceptance criterion with structured testing and posts verification reports to the GitHub issue.
Skill Claude CodeCodex
Use when API code changes (routes, endpoints, schemas). Enforces Swagger/OpenAPI sync. Pauses work if documentation has drifted, triggering documentation-audit skill.
Skill Claude CodeCodex
Use after code review - implement ALL findings; any finding not fixed MUST have tracking issue created; no finding disappears without trace.
Skill Claude CodeCodex
Use when starting any work session - establishes autonomous operation mode, overriding token limits and time pressure to work until goal is achieved.
Skill Claude CodeCodex
Use when user requests autonomous operation across multiple issues. Orchestrates parallel workers, monitors progress, handles SLEEP/WAKE cycles, and works until scope is complete without user intervention.
Skill Claude CodeCodex
Use before any code changes - hard gate ensuring work never happens on main branch, with proper feature branch creation from correct base.
Skill Claude CodeCodex
Use after creating PR - monitor CI pipeline, resolve failures cyclically until green or issue is identified as unresolvable.