devils-advocate-review

References the published Devil's advocate review skill for legal triage draft stress-testing.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/myPOStech/mps-legal-legalcopilot-ai --skill devils-advocate-review-mypostech
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: devils-advocate-review
Source: https://github.com/myPOStech/mps-legal-legalcopilot-ai/tree/main/skills/devils-advocate-review
Command: npx skills add https://github.com/myPOStech/mps-legal-legalcopilot-ai --skill devils-advocate-review-mypostech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Legal triage drafts can contain weak reasoning, missed risks, or one-sided analysis. This Skill provides a Devil's advocate review pass that stress-tests draft legal responses before they reach a lawyer, catching flaws early in the myPOS Legal Copilot triage workflow. ## Core Features & Use Cases - Adversarial Draft Review: Challenges the assumptions, reasoning, and conclusions of a drafted legal response from an opposing perspective. - Plugin Integration: Invoked through the triage-reviewer subagent, which resolves the published skill body regardless of which plugin published it. - Use Case: During a /triage LEGAL-4321 run, the legal-triage skill drafts a response, then this review pass attacks the draft's weak points so the business reviewer can reconcile both perspectives before the lawyer sees it. ## Quick Start Ask the triage-reviewer subagent to run a Devil's advocate review on the current legal triage draft.

Frequently Asked Questions about devils-advocate-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a Devil's advocate review on a legal triage draft?▼

Run the /triage command on a Jira ticket; the triage-reviewer subagent automatically invokes the devils-advocate-review skill to stress-test the draft. You can also ask the subagent directly to review an existing draft.

What is the Devil's advocate review skill in the myPOS Legal Copilot?▼

It is the adversarial review pass in the three-pass triage pipeline. After the legal-triage skill drafts a response, this skill challenges its reasoning, and a business reviewer then reconciles both perspectives.

Why does the devils-advocate-review skill not resolve in my environment?▼

This directory is a stub; the actual skill body is published separately in another plugin such as anthropic-skills. Install the publisher plugin or ask the maintainers for a bundled version, then rerun /setup-copilot to verify resolution.

Can I bundle the Devil's advocate skill inside the legal copilot plugin?▼

Yes. Replace the stub SKILL.md with the full skill body, keep the name devils-advocate-review so callers do not change, update the description, and bump the plugin version in .claude-plugin/plugin.json.

Does the Devil's advocate review change the Jira ticket directly?▼

No. It only critiques the draft response. Ticket updates such as priority, due date, labels, and assignment are handled separately by the triage workflow after the review passes complete.