Back to Skills

cross-review-policy

majiayu000
Updated 23 days ago
19 views
58
9
58
View on GitHub
Othergeneral

About

This skill enforces that all code generated by Claude Code or Google Gemini must be reviewed by OpenAI Codex before being presented to the user. It implements an automated review workflow with a maximum of three iteration cycles for feedback and fixes. Use this skill to ensure AI-generated code passes through a mandatory cross-model quality gate.

Quick Install

Claude Code

Recommended
Primary
npx skills add majiayu000/claude-skill-registry -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/majiayu000/claude-skill-registry
Git CloneAlternative
git clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/cross-review-policy

Copy and paste this command in Claude Code to install this skill

GitHub Repository

majiayu000/claude-skill-registry
Path: skills/data/cross-review-policy
0

Related Skills

legal-sanity-review

Other

This mandatory workflow scans code for legal risks like client names or proprietary references before cross-review. It blocks the review cycle if violations are found, requiring fixes first. Use it as a pre-gate for PR creation, code porting, or any cross-review trigger.

View skill

brainstorming

Other

The brainstorming skill transforms initial ideas into detailed specifications through iterative questioning and collaborative dialogue. It helps developers explore design options, evaluate trade-offs, and create shared understanding before implementation. This prevents rework by systematically refining concepts into actionable plans.

View skill

repo-cleanup-structure-section-updates

Other

This skill handles repository structure documentation updates after cleanup operations. It automatically updates directory trees, removes references to deleted folders, and documents architectural changes like `.claude/` folders and consolidated scripts. Use it to maintain accurate structure sections in README files following repository reorganization.

View skill

repo-cleanup-references-to-remove

Other

This skill identifies legacy directories and files that should be removed or consolidated during repository cleanup. It provides a specific checklist for developers, including paths like `.agent-os/` and `.drcode/` that are obsolete or have been moved to new locations. Use this reference when cleaning up a Claude Code project to ensure proper migration and deletion of outdated assets.

View skill