jurisdiction-format-c5a5e6 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited jurisdiction-format-c5a5e6 (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Compile the patent application into filing-ready format based on: $ARGUMENTS
Analogous to /paper-compile but for patent document formatting instead of LaTeX.
JURISDICTION = "auto" — From pipeline or args: CN, US, EP, ALLPATENT_TYPE = "invention" — invention (发明专利) or utility_model (实用新型, CN only)OUTPUT_FORMAT = "markdown" — markdown (for review) or docx (for filing, requires python-docx)OUTPUT_DIR = "patent/output/" — Base output directorypatent/CLAIMS.md — drafted claimspatent/specification/ — all specification sections (title, technical_field, background, summary, drawings_description, detailed_description, abstract)patent/figures/ — figure descriptions and numeral indexpatent/INVENTION_DISCLOSURE.md — for metadataLoad ../shared-references/patent-format-cn.md for CNIPA document structure and formatting rules. Load ../shared-references/patent-format-us.md for USPTO document structure. Load ../shared-references/patent-format-ep.md for EPO document structure.
From $ARGUMENTS or constant:
CN -> Generate CNIPA format onlyUS -> Generate USPTO format onlyEP -> Generate EPO format onlyALL -> Generate all three formatsOutput to patent/output/CN/:
#### 权利要求书 (Claims)
patent/CLAIMS.md#### 说明书 (Description) Combine all specification sections in CNIPA order:
#### 说明书摘要 (Abstract)
#### Format as markdown or docx If OUTPUT_FORMAT = "markdown":
If OUTPUT_FORMAT = "docx":
Output to patent/output/US/:
#### Claims Section
#### Specification Combine all sections in USPTO order:
Format drawings references as "FIG. 1" (not "Figure 1").
#### Abstract
#### Application Data Sheet (ADS) Template Generate a skeleton ADS with:
Output to patent/output/EP/:
#### Claims Section
#### Description Combine all sections in EPO Rule 42 order:
Format drawings references as "FIG. 1" or "Figure 1".
#### Abstract
Verify across all generated formats:
Write patent/output/OUTPUT_SUMMARY.md:
## Patent Filing Documents
### Generated Files
#### CN (CNIPA)
| File | Description | Status |
|------|-------------|--------|
| 权利要求书.md | Claims in CN format | Complete |
| 说明书.md | Description in CN format | Complete |
| 说明书摘要.md | Abstract (CN) | Complete |
#### US (USPTO)
| File | Description | Status |
|------|-------------|--------|
| claims.md | Claims in US format | Complete |
| specification.md | Description in US format | Complete |
| abstract.md | Abstract (US) | Complete |
| ads_template.md | Application Data Sheet skeleton | Complete |
#### EP (EPO)
| File | Description | Status |
|------|-------------|--------|
| claims.md | Claims in EP format | Complete |
| description.md | Description in EP format | Complete |
| abstract.md | Abstract (EP) | Complete |
### Consistency Check
- [ ] All claims present in all formats
- [ ] Reference numerals consistent
- [ ] Language correct per jurisdictionOUTPUT_FORMAT = "docx", check that python-docx is available; if not, fall back to markdown.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.