From ga-court-docs
Validates Georgia court documents before filing with two-pass format and content checks, including caption, signature block, citations, and deadlines.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ga-court-docs:ga-quality-checkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **NOT LEGAL ADVICE.** Formatting and quality checks verify the
NOT LEGAL ADVICE. Formatting and quality checks verify the surface — they don't tell the user whether the underlying legal position is sound. Verify current rules before filing; pair with substantive review by counsel where stakes warrant.
Use this skill as the last step before filing any Georgia court document. Two passes, then a pre-flight checklist.
For a .docx filing, run scripts/format-check.py first:
python3 plugins/ga-court-docs/scripts/format-check.py path/to/filing.docx
The format-check script validates the marketplace format baseline:
Resolve any FAIL before continuing. Georgia has no single
statewide pleading-paper rule; the baseline above is the default,
overridden only by an assigned judge's standing case-management order
(common in Fulton — see ga-fulton).
Whether the source is .docx, markdown, or text, verify the
O.C.G.A. § 9-11-10 caption components manually:
ga-schedule-hearing)ga-fact-check to confirm every O.C.G.A.,
USCR, and case citation is real, current, and supports the
proposition stated.ga-deadlines to confirm the answer (30 days,
§ 9-11-12(a)), discovery-response (30/45 days), summary-judgment
(served ≥ 30 days before hearing, § 9-11-56), and motion-response
(USCR 6.2 — 30 days) deadlines are correct.ga-state-court, ga-magistrate, and the venue skills.If filing multiple documents (motion + affidavit + proposed order + certificate of service):
| Check | Done |
|---|---|
scripts/format-check.py passes (no FAIL) | ☐ |
| § 9-11-10 caption: court, county, title, file number | ☐ |
| Title centered; pleading designation present (§ 9-11-7(a)) | ☐ |
| Numbered paragraphs sequential, separate counts | ☐ |
| Signature block: Georgia Bar No. or "Pro Se" (§ 9-11-11) | ☐ |
| Certificate of Service: method, date, recipients (§ 9-11-5) | ☐ |
| Proposed Order / Rule Nisi drafted (if a hearing is sought) | ☐ |
| All exhibits attached and referenced | ☐ |
| Footer pagination ("Page X of Y") present | ☐ |
Citations confirmed via ga-fact-check | ☐ |
Deadlines confirmed via ga-deadlines | ☐ |
| Correct court (Superior/State/Magistrate) and venue confirmed | ☐ |
| Filing fee paid or § 9-15-2 pauper's affidavit attached | ☐ |
ga-statewide-formatga-fact-checkga-deadlinesga-draft-motion,
ga-draft-declaration, ga-draft-order, ga-draft-notega-fulton, ga-cobb, ga-gwinnett,
ga-state-court, ga-magistrate, ga-county-courtsga-pro-sega-schedule-hearingga-file-packetreferences/format-checklist.md — § 9-11-10 caption and
marketplace-baseline format checksreferences/content-checklist.md — required-component completeness
by document typereferences/preflight-checklist.md — the pre-filing pass and packet
consistency checksnpx claudepluginhub codearranger/claude-legal --plugin ga-court-docsFormats Georgia trial court pleadings, motions, and complaints per O.C.G.A. and Uniform Superior/State/Magistrate Court Rules, including captions, numbered paragraphs, certificates of service, signature blocks, e-filing conventions, and citation format.
Prüft Klageschriften und Schriftsätze vor Einreichung beim Amtsgericht mit einer 10-Punkte-Matrix zu Frist, Zuständigkeit, Anwaltszwang, Antragsbestimmtheit und Beweismitteln. Erkennt rote Flaggen und schlägt konkrete Reparaturen vor.
Creates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.