Codex Review
Reviews frontend code for style, best practices, potential bugs, and accessibility issues using Codex expertise.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add davila7-codex-review npx -- -y @trustedskills/davila7-codex-review
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"davila7-codex-review": {
"command": "npx",
"args": [
"-y",
"@trustedskills/davila7-codex-review"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The codex-review skill enables AI agents to perform comprehensive code reviews by analyzing files against a specific set of rules defined in a .codexrc configuration file. It automatically detects issues, suggests improvements, and ensures adherence to project-specific standards before merging or deploying changes.
When to use it
- Before committing large batches of code to ensure compliance with team conventions.
- During pull request workflows to validate logic and style automatically.
- When integrating new developers into a project to enforce consistent coding patterns immediately.
- For continuous integration pipelines to block builds that fail custom linting rules.
Key capabilities
- Parses
.codexrcfiles to load custom rule sets for specific projects. - Analyzes codebases for structural errors, style violations, and best practice deviations.
- Generates actionable feedback reports highlighting specific lines needing attention.
- Supports iterative review cycles by re-checking modified files after fixes are applied.
Example prompts
- "Run a full codex review on the
src/componentsdirectory using our standard.codexrcrules." - "Review this pull request's changes and list any violations found against the project configuration."
- "Fix the issues identified in the last codex review and regenerate the report."
Tips & gotchas
Ensure a valid .codexrc file exists in your repository root; without it, the skill defaults to generic checks that may miss project-specific nuances. For best results, keep rule definitions concise to avoid false positives during automated scans.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.