npx skills add ...
npx skills add anthropics/knowledge-work-plugins --skill review-contract
npx skills add anthropics/knowledge-work-plugins --skill review-contract
Reviews a contract in plain English, surfaces red flags with severity ratings, and produces a marked-up docx/PDF with suggested redlines. Accepts optional file path or DocuSign envelope ID.
Run the contract review. Read the document, explain what it says, flag anything risky, and produce marked-up redlines for the owner to use in negotiations.
Parse arguments:
FILE_PATH_OR_DOCUSIGN_ENVELOPE_ID — path to a local PDF/docx file, or a DocuSign envelope ID; if omitted, check the most recent envelope awaiting signature in DocuSignUsing the contract-review skill workflow:
waiting for signature and confirm with the owner before proceeding.Produce a 3-paragraph summary:
For each risk, rate severity: 🔴 High / 🟡 Medium / 🟢 Low
Flag at minimum:
Format each flag as:
Generate a list of specific redline suggestions in legal markup format:
Offer to export this as a marked-up docx or PDF to Files or Desktop.
If DocuSign is not connected and no file path was given, ask the owner to upload the contract as a PDF or docx. If DocuSign is connected but the envelope ID is invalid, report the error and ask the owner to check the ID. This command works fully offline with a local file — connectors are optional.
Present the plain-English summary, red-flag list, and redline suggestions. Ask the owner whether to export a marked-up copy and where to save it.