contract-review
Contract review skill that adds comment-based issue annotations without changing original text. Enforces a three-layer review (basic, business, legal), writes structured comments (issue type, risk reason, revision suggestion) with risk level encoded via reviewer name, and generates a contract summary, consolidated opinion, and Mermaid business flowchart (with rendered image). Output language must follow the contract’s language.
npx skills add anbeime/skill --skill contract-review --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Contract Review Skill ## Overview This skill performs contract reviews by **adding comments only** (no edits to the original text). It follows a three-layer review (basic, business, legal) and generates: - Annotated contract (.docx) - Contract summary (.docx) - Consolidated review opinion (.docx) - Business flowchart (Mermaid + rendered image) **Language rule:** detect the contract’s dominant language and output all generated content (comments, summary, opinion, flowchart text) in that language. Use the guidance in **[references/language.md](references/language.md)**. ## Workflow 1. Unpack the contract (.docx) for XML operations 2. Read contract text (pandoc or XML) 3. Execute three-layer review 4. Add comments to the document 5. Generate contract summary 6. Generate consolidated opinion 7. Generate business flowchart and render image 8. Repack to .docx ## Output Naming - Output directory: `审核结果:{ContractName}` for Chinese or `Review_Result_{ContractName}` for English - Reviewed contract: `{ContractName}_审核版.docx` for Chinese or `{ContractName}_Reviewed.docx` for English - Review report: `审核报告.txt` for Chinese or `Review_Report.txt` for English ## Comment Principles - **Comments
- Overview
- Workflow
- Output Naming
- Comment Principles
- Review Standards
- Layer 1: Basic (text quality)
- Layer 2: Business terms
- Layer 3: Legal terms
- Contract Summary
- Consolidated Opinion
- Business Flowchart (Mermaid)
- Dependencies
- Troubleshooting (Short)
- Examples
What does the contract-review skill do?
Contract review skill that adds comment-based issue annotations without changing original text. Enforces a three-layer review (basic, business, legal), writes structured comments (issue type, risk reason, revision suggestion) with risk level encoded via reviewer name, and generates a contract summary, consolidated opinion, and Mermaid business flowchart (with rendered image). Output language must follow the contract’s language.
How do I install it?
Run `npx skills add anbeime/skill --skill contract-review --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From anbeime/skill, a repository with 4,714 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
