skills-qa

Validate legal skill SKILL.md frontmatter and scan for prompt-injection risks.

183|37|Updated May 15, 2026
One-click install
npx skills add https://github.com/zhou210712/claude-for-legal-ZH --skill skills-qa-zhou210712
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills-qa
Source: https://github.com/zhou210712/claude-for-legal-ZH/tree/main/legal-builder-hub/skills/skills-qa
Command: npx skills add https://github.com/zhou210712/claude-for-legal-ZH --skill skills-qa-zhou210712

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

skills-qa helps you decide whether a community or first-party legal skill is well-designed and trustworthy before installing or deploying it in a legal workflow.

Core Features & Use Cases

  • Checks design quality against a legal-skill framework covering audience fit, delegation thresholds, input requirements, version/ownership, trust boundaries, freshness, pattern structure, conflict risks, and more.
  • Performs prompt-injection heuristic scanning to surface suspicious instructions, hidden payloads, out-of-scope reads/writes, network calls, and authority overclaims.
  • Maps dependencies and triggers (e.g., commands/agents/hooks and CLAUDE.md context) to explain what the skill depends on and what could break downstream.

Quick Start

Run skills-qa by providing the skill’s directory path (including its SKILL.md) so it can read commands/agents/hooks and produce a readiness decision and prioritized fixes.

Frequently Asked Questions about skills-qa

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

FAQPage Schema
How do I evaluate a legal skill's safety before deploying it in a workflow?

To evaluate legal skill safety, validate its SKILL.md frontmatter and scan for prompt-injection and trust-boundary risks. This quality assurance process checks design quality, dependency mapping, and trigger awareness, producing a readiness, concern, or refuse deployment decision.

What is prompt injection risk scanning for community legal skills?

Prompt injection risk scanning for legal skills detects suspicious instructions, hidden payloads, out-of-scope reads/writes, network calls, and authority overclaims. This heuristic evaluation surfaces trust and safety vulnerabilities before you install or deploy community skills into legal workflows.

How do I map dependencies and triggers in a legal skill directory?

Mapping dependencies and triggers in a legal skill directory requires reading the SKILL.md entry instructions alongside related commands, agents, and hooks. This dependency mapping explains what the skill relies on and identifies potential downstream workflow deployment conflicts.

Can I use QA evaluation to check first-party legal skills for conflict risks?

Yes, QA evaluation applies to first-party legal skills by checking design quality against a framework covering audience fit, delegation thresholds, trust boundaries, and conflict risks. It produces a readiness decision and prioritized fixes for workflow deployment.

What are the limitations of heuristic scanning for legal skill trust boundaries?

Heuristic scanning for legal skill trust boundaries identifies potential prompt injection and out-of-scope operations but cannot guarantee complete safety. It surfaces suspicious instructions and dependency conflicts, yet complex hidden payloads may still evade detection during workflow deployment.

Do I need to provide a SKILL.md file path to run a legal skill readiness check?

Yes, providing the skill directory path including its SKILL.md is required to run a legal skill readiness check. The QA evaluation needs to read the entry instructions plus related commands, agents, and hooks to produce a deployment decision.