{"id":44209464,"url":"https://github.com/pauhu/claude-codex-review","last_synced_at":"2026-02-15T05:01:37.766Z","repository":{"id":337227906,"uuid":"1152793915","full_name":"pauhu/claude-codex-review","owner":"pauhu","description":"Codex in Claude Code review skill","archived":false,"fork":false,"pushed_at":"2026-02-09T22:18:16.000Z","size":83,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-14T08:53:10.250Z","etag":null,"topics":["claude","code","codex","review","skill"],"latest_commit_sha":null,"homepage":"https://pauhu.ai","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pauhu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-08T12:55:05.000Z","updated_at":"2026-02-13T03:07:54.000Z","dependencies_parsed_at":"2026-02-11T01:00:50.867Z","dependency_job_id":null,"html_url":"https://github.com/pauhu/claude-codex-review","commit_stats":null,"previous_names":["pauhu/claude-codex-review"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/pauhu/claude-codex-review","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauhu%2Fclaude-codex-review","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauhu%2Fclaude-codex-review/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauhu%2Fclaude-codex-review/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauhu%2Fclaude-codex-review/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pauhu","download_url":"https://codeload.github.com/pauhu/claude-codex-review/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pauhu%2Fclaude-codex-review/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29469907,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T04:35:06.950Z","status":"ssl_error","status_checked_at":"2026-02-15T04:33:41.357Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude","code","codex","review","skill"],"created_at":"2026-02-10T00:05:08.768Z","updated_at":"2026-02-15T05:01:37.736Z","avatar_url":"https://github.com/pauhu.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Codex Code Review Skill for Claude Code\r\n\r\nAdversarial code review: read diffs, run checks, report findings. One pass, five perspectives.\r\n\r\n## Install\r\n\r\n```bash\r\nmkdir -p .claude/skills/codex-review\r\ncurl -sL https://raw.githubusercontent.com/pauhu/claude-codex-review/main/skills/codex-review/SKILL.md \\\r\n  -o .claude/skills/codex-review/SKILL.md\r\n```\r\n\r\n### Share with your team\r\n\r\nDrop the skill into your repo:\r\n\r\n```\r\nyour-project/\r\n└── .claude/\r\n    └── skills/\r\n        └── codex-review/\r\n            └── SKILL.md\r\n```\r\n\r\nEveryone who clones the skill will be able to use it.\r\n\r\n## Use\r\n\r\n```\r\n/codex-review\r\n/codex-review src/auth.ts\r\n/codex-review branch\r\n/codex-review commit\r\n```\r\n\r\n## How it works\r\n\r\n1. **Scope** — determine what changed\r\n2. **Read** — adversarial review from 5 perspectives (security, correctness, compliance, performance, maintainability)\r\n3. **Run checks** — `tsc --noEmit`, `eslint`, secret scan, TODO grep\r\n4. **Merge** — deduplicate findings\r\n5. **Report** — severity table\r\n\r\n### Running checks\r\n\r\nIf [Codex CLI](https://github.com/openai/codex) is installed, the skill uses it for sandboxed execution. Otherwise it runs `tsc` and `eslint` directly.\r\n\r\n```bash\r\nnpm install -g @openai/codex\r\n```\r\n\r\n## Uninstall\r\n\r\n```bash\r\nrm -rf .claude/skills/codex-review\r\n```\r\n\r\n## License\r\n\r\nMIT — [Pauhu AI Ltd](https://pauhu.ai)\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpauhu%2Fclaude-codex-review","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpauhu%2Fclaude-codex-review","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpauhu%2Fclaude-codex-review/lists"}