skills-qa

Evaluate legal skills against a design framework and security heuristics.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you assess whether a legal-focused skill is well-designed and trustworthy before you install it or deploy it into a real workflow.

Core Features & Use Cases

  • Design-framework evaluation: Scores a skill against a thirteen-parameter Legal Skill Design Framework, including trust-surface, freshness, schema validation, and conflict detection.
  • Security-focused prompt-injection heuristic scan: Flags suspicious patterns in the target SKILL.md (and related files) that could hijack model behavior.
  • Dependency and breakage mapping: Builds an upstream/downstream/auto-trigger dependency map so you understand what could fail.
  • Actionable verdict: Produces a three-band verdict (Ready / Some Concern / Material Concerns) and can refuse when high-risk patterns are detected.

Quick Start

Run the skills-qa evaluation on the skill by providing the skill directory path for legal-builder-hub/skills-qa.

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 for prompt injection vulnerabilities before installing it?

To evaluate a legal skill for prompt injection vulnerabilities, run a security-focused heuristic scan on SKILL.md and related files to flag suspicious patterns that could hijack model behavior and receive a trust verdict.

How do I map dependencies for a community legal skill to prevent workflow breakage?

Map dependencies by analyzing the skill directory to build an upstream, downstream, and auto-trigger dependency map, helping you understand exactly what components could fail during deployment.

What is a legal skill design framework and how does schema validation work?

A legal skill design framework is a thirteen-parameter evaluation model scoring skills on trust-surface, freshness, schema validation, and conflict detection to determine if the skill is well-designed and trustworthy.

Can I check if a legal skill is safe to deploy to my team?

Yes, you can check if a legal skill is safe to deploy by evaluating it against security heuristics and design parameters to produce a Ready, Some Concern, Material Concerns, or Refuse verdict.

What files do I need to provide for a complete legal skill trust evaluation?

For a complete trust evaluation, provide the SKILL.md file plus optional related files including commands, agents, hooks, and CLAUDE.md to ensure comprehensive dependency mapping and security scanning.