skills-qa

Evaluate candidate skills for design quality, trust, schema validity, and conflicts.

Updated Dec 4, 2025
One-click install
npx skills add https://github.com/PolliticalSolutions/political-portal --skill skills-qa-polliticalsolutions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills-qa
Source: https://github.com/PolliticalSolutions/political-portal/tree/main/.claude/skills/legal-builder-hub/skills-qa
Command: npx skills add https://github.com/PolliticalSolutions/political-portal --skill skills-qa-polliticalsolutions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you decide whether a community or first-party skill is well-designed and safe to trust before you install or deploy it into your workflow, reducing the risk of broken behavior, prompt injection, and risky execution surface changes.

Core Features & Use Cases

  • Framework-based trust evaluation: Assesses a skill against a Legal Skill Design Framework covering design parameters, legal failure modes, freshness signals, schema quality, and conflicts.
  • Dependency and trigger mapping: Builds an upstream/downstream/auto-trigger dependency view to understand breakage risk before activation.
  • Prompt-injection heuristic scan: Flags suspicious instruction patterns inside collected skill files (e.g., override instructions, hidden directives, credential-adjacent prompts, external URL risks).

Quick Start

Run the skill against a target skill directory path by providing the full path to the skill folder containing the SKILL.md at its root.

Frequently Asked Questions about skills-qa

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

FAQPage Schema
How do I check a skill for prompt injection before installing it?

Skill trust evaluation applies a heuristic scan to collected skill files, flagging suspicious prompt-injection patterns like override instructions, hidden directives, and credential-adjacent prompts to determine installation safety.

What is dependency mapping for skill installation safety?

Dependency mapping for installation safety builds an upstream, downstream, and auto-trigger view of a skill's dependencies. This identifies potential breakage risks before activation.

How do I validate skill schema and design quality before deployment?

You validate schema quality and design by scoring a skill against thirteen framework parameters within a Legal Skill Design Framework. This process assesses design parameters, legal failure modes, freshness signals, and conflicts.

Can I use a framework to evaluate community skill trust and readiness?

Yes, you can evaluate community skill trust by scoring it against a Legal Skill Design Framework. This assessment covers design quality, schema validity, freshness, and conflicts to emit a three-band readiness verdict.

When should I route a skill upgrade for human review instead of accepting changes?

Route a skill upgrade for human review when trust evaluation detects risky execution surface changes, schema conflicts, or prompt-injection patterns. The three-band readiness verdict determines whether to accept changes or flag them.