AI Agent Hub
Back to skills
Civil Code Contract Review icon

Civil Code Contract Review

Professional Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_638e256a/ai-contract-review according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem

Before signing, many contract risks are not about readability, but about missing or mismatched terms: an excessive penalty clause, absent dispute-resolution language, vague delivery standards, or missing confidentiality and force-majeure terms. Manually checking every clause against the PRC Civil Code contract section and related interpretations is slow and error-prone. This skill targets contracts governed by the PRC Civil Code and provides a reproducible review path from text extraction to a risk report.

How It Works

  • Triggering: Use natural language such as “review this contract” or commands like review-clause, batch-review, and law-lookup.
  • Parsing: Supports txt, docx, and text-based pdf; docx requires python-docx, while pdf requires PyPDF2. Scanned PDFs should be converted to txt or docx first.
  • Assessment: Scores clauses across legality, fairness, completeness, clarity, and enforceability, then flags risks as [HIGH], [MED], or [LOW].
  • Detection: Checks 12 common missing clause types, including penalties, dispute resolution, termination conditions, liability for breach, confidentiality, and force majeure.
  • Reporting: generate-report outputs a Markdown report; batch review can create per-file reports in review_reports/ plus a summary table.

Limits And Cautions

It is best suited to pre-signing checks for typical commercial, lease, service, procurement, or employment contracts, especially for obvious excessive penalties, vague wording, and missing required terms. The documented behavior relies on keyword matching and pattern recognition, with 24 core code provisions and government-procurement-specific rules. It does not cover deep industry regulations such as finance or healthcare, and it cannot replace a lawyer’s formal legal opinion. Major, disputed, or highly specialized contracts should still be reviewed manually.

Use Cases

  • Before signing a procurement contract, check whether penalties, delivery standards, and dispute-resolution terms are missing or unbalanced.
  • While reviewing service contracts, legal counsel can locate vague delivery deadlines, confidentiality gaps, and IP-ownership risks.
  • Bidding teams can review government procurement contracts for assignment restrictions, quality-deposit terms, and performance-bond language.
  • Before signing a lease, check whether deposit deductions, maintenance responsibilities, and service addresses are clearly stated.

Best For

  • Legal counsel who gatekeeps procurement contracts and needs to spot high-risk clauses before sign-off.
  • Commercial leads managing bidding projects who must verify government-contract bond and assignment terms.
  • Product or project owners drafting outsourcing contracts and needing to complete delivery, penalty, and confidentiality terms.
  • Early-career professionals reviewing leases or cooperation agreements before signing and checking for obvious legal gaps.