dual-axis-skill-reviewer

Score skill quality and safety via auto-checks and optional LLM review.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/PNWSkyHippy/Trading_Bot_V2 --skill dual-axis-skill-reviewer-pnwskyhippy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dual-axis-skill-reviewer
Source: https://github.com/PNWSkyHippy/Trading_Bot_V2/tree/main/claud-skills/skills/dual-axis-skill-reviewer
Command: npx skills add https://github.com/PNWSkyHippy/Trading_Bot_V2 --skill dual-axis-skill-reviewer-pnwskyhippy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml>=6.0, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Provide a reliable, auditable assessment of skill implementations by combining deterministic automated checks with optional deep qualitative reviews, helping teams gate merges and track improvements.

Core Features & Use Cases

  • Deterministic auto-review of skills across a codebase to surface structure, tests, and execution health.
  • Optional LLM-based review to augment automated findings with human-type insights.
  • Cross-project review capability to compare skills via a shared project root.
  • Generates a consolidated report with a weighted final score and improvement items for low-scoring skills.

Quick Start

Run the dual-axis reviewer to generate a structured skill report for a given skill.

Frequently Asked Questions about dual-axis-skill-reviewer

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

FAQPage Schema
How do I automate code reviews for LLM skills?

Automate skill quality reviews by combining deterministic auto-checks with an optional LLM review to produce a weighted score. It reads SKILL.md files, runs tests, and generates a JSON report to gate merges based on a threshold.

How does a dual-axis review score skill safety and quality?

Dual-axis review scores skill safety and quality by applying deterministic auto-checks for structure and execution, then augmenting findings with optional LLM insights to produce a final weighted score and improvement items.

Can I gate merges based on a quality assurance threshold for skills?

Yes, you can gate merges using a threshold. The reviewer generates a consolidated report with a weighted final score and improvement items for low-scoring skills to enforce reproducible quality across projects.

Do I need pyyaml to validate skill frontmatter and run tests?

Yes, pyyaml is required. The reviewer depends on pyyaml to read SKILL.md files, validate structured frontmatter, and inventory scripts and tests across the project root.

What is the best way to compare skill implementations across projects?

Compare skill implementations across projects by running the reviewer against a shared project root. It inventories scripts and tests, executes deterministic auto-checks, and outputs a consolidated report.