dual-axis-skill-reviewer

Generate quality scores and improvement items for SKILL.md files.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/pasie15/claude-trading-skills-marketplace --skill dual-axis-skill-reviewer-pasie15
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dual-axis-skill-reviewer
Source: https://github.com/pasie15/claude-trading-skills-marketplace/tree/main/plugins/trading-dividend-investing/skills/dual-axis-skill-reviewer
Command: npx skills add https://github.com/pasie15/claude-trading-skills-marketplace --skill dual-axis-skill-reviewer-pasie15

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Provide reproducible, auditable quality scores and concrete improvement items for Skill units by combining deterministic code-based checks with qualitative LLM review, so maintainers can gate merges and track remediation across repositories.

Core Features & Use Cases

  • Deterministic Auto-Axis Checks: structural validation, script/test presence, execution safety, and artifact detection to produce objective scores.
  • LLM Deep Review Axis: emit review prompts, accept strict JSON LLM reviews against a schema, and surface qualitative findings with severity and actionable fixes.
  • Merge, Reporting & Cross-Project Use: weighted merge of auto and LLM axes, configurable thresholds (e.g., 90+), and report export for gating, audits, or CI gates.

Quick Start

Run the reviewer to emit an LLM prompt, generate auto-axis metrics, and produce merged JSON and markdown reports in 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 code review for skills in a repository?

You can automate skill code review by applying deterministic auto-axis checks and qualitative LLM review to produce reproducible quality scores. This dual-axis approach generates actionable improvement items and exports reports for merge gating or cross-project audits.

What is dual-axis quality scoring for repository auditing?

Dual-axis quality scoring combines deterministic code-based checks for structural validation with qualitative LLM review against a strict JSON schema. It merges weighted axes to produce reproducible, auditable quality scores for skill units.

Can I use LLM review with strict JSON schema conformance for CI gates?

Yes, you can emit LLM review prompts and accept strict JSON reviews against a schema to enforce quality thresholds. Configurable weight merging allows setting specific score gates, such as 90+, for CI integration and cross-project skill gating.

How do I configure weight merging for LLM and deterministic code checks?

Configuring weight merging adjusts the contribution ratio between deterministic auto-axis checks and LLM deep review findings. This produces a final merged score that can be exported as JSON and markdown reports for tracking remediation.

Does the skill reviewer require dependencies to run test execution and artifact detection?

The skill reviewer operates with zero dependencies, running optional test execution and artifact detection natively. It generates auto-axis metrics by validating script presence and execution safety directly within your repository environment.