dual-axis-skill-reviewer

Review AI skills with deterministic code checks and LLM analysis.

2|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/Fabio29T/Trading-Skills --skill dual-axis-skill-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dual-axis-skill-reviewer
Source: https://github.com/Fabio29T/Trading-Skills/tree/main/skills/dual-axis-skill-reviewer
Command: npx skills add https://github.com/Fabio29T/Trading-Skills --skill dual-axis-skill-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the rigorous quality assurance of AI skills, ensuring they meet deterministic standards and qualitative LLM-driven assessments for reliable and safe operation.

Core Features & Use Cases

  • Automated Code & Structure Checks: Verifies skill directory structure, script executability, and adherence to best practices.
  • LLM-Powered Deep Review: Leverages LLMs for in-depth analysis of logic, correctness, and maintainability.
  • Use Case: Integrate this Skill into your CI/CD pipeline to automatically score new skills, gate merges based on quality thresholds (e.g., 90+), and generate actionable feedback for low-scoring skills.

Quick Start

Run the dual-axis reviewer script to analyze skills in the current project and save reports to the 'reports/' directory.

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 AI skill quality checks in a CI/CD pipeline?

Automate AI skill quality checks by integrating a dual-axis reviewer script into your CI/CD pipeline to automatically score new skills, gate merges based on thresholds like 90+, and generate actionable feedback.

What does dual-axis LLM evaluation for code quality involve?

Dual-axis LLM evaluation combines deterministic code-based checks verifying skill structure and script execution safety with LLM-driven deep content analysis of logic, correctness, and maintainability to produce a reproducible quality score.

How do I validate AI skill directory structure and test coverage?

Validate AI skill directory structure and test coverage by running an automated reviewer script that checks skill structure, script executability, and test coverage, saving reports to a specified reports directory.

Can I analyze AI skills across different project roots?

You can analyze AI skills across different project roots by specifying a project root parameter when running the dual-axis reviewer, enabling cross-project skill structure validation and LLM review findings.

Do I need pyyaml installed to run automated skill reviews?

You need pyyaml installed as a required dependency to run the automated skill review scripts that perform deterministic code-based checks and generate reproducible quality scores.

Why use LLM-driven deep content analysis instead of only deterministic code checks?

LLM-driven deep content analysis evaluates logic, correctness, and maintainability beyond deterministic code checks, ensuring AI skills meet qualitative assessments for reliable and safe operation.