dual-axis-skill-reviewer

Automate software skill reviews with deterministic checks and LLM deep review.

1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/darkounus90/BOTTX3 --skill dual-axis-skill-reviewer-darkounus90
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dual-axis-skill-reviewer
Source: https://github.com/darkounus90/BOTTX3/tree/main/.agents/skills/dual-axis-skill-reviewer
Command: npx skills add https://github.com/darkounus90/BOTTX3 --skill dual-axis-skill-reviewer-darkounus90

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the review of skills using a dual-axis method, combining deterministic code-based checks and LLM deep review findings, providing reproducible quality scoring and concrete improvement items.

Core Features & Use Cases

  • Dual-axis Scoring: Combines deterministic checks (structure, scripts, tests, execution safety) and LLM deep review findings.
  • Reproducible Quality Scoring: Ensures consistent quality assessment for skills/*/SKILL.md files.
  • Merge with Score Threshold: Facilitates gatekeeping merges with a score threshold (e.g., 90+).
  • Concrete Improvement Items: Provides actionable items for low-scoring skills.
  • Cross-project Review: Works across projects via --project-root.

Quick Start

Run the dual-axis reviewer script and save reports to reports/:

uv run skills/dual-axis-skill-reviewer/scripts/run_dual_axis_review.py \
  --project-root . \
  --output-dir reports/

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 quality scoring for skills across multiple projects?

Automate code quality scoring for skills by running the dual-axis reviewer script with `--project-root` to apply deterministic checks and LLM deep review across projects, generating reproducible scores in the reports directory.

What is dual-axis skill review and how does it work?

Dual-axis skill review combines deterministic structural checks for scripts, tests, and execution safety with LLM-based deep code review findings to produce reproducible quality scores and concrete improvement items for SKILL.md files.

How do I gatekeep skill merges using a quality score threshold?

Gatekeep skill merges by running the dual-axis reviewer to generate reproducible quality scores, then enforcing a score threshold like 90+ before allowing merges, supported by concrete improvement items for low-scoring skills.

Do I need Python and uv to run automated skill reviews?

Yes, automated skill reviews require Python 3.9+ and the uv toolchain for execution and reporting, utilizing dependencies such as pyyaml to process and evaluate SKILL.md files.

What's the best way to generate actionable improvement items for low-scoring skills?

Generate actionable improvement items for low-scoring skills by executing the dual-axis review script, which merges deterministic structural checks with LLM deep review findings to output concrete remediation steps.

Can I review SKILL.md files in repositories outside the current working directory?

Yes, you can review SKILL.md files in repositories outside the current directory by passing the target path to the `--project-root` argument, enabling cross-project skill review and reporting.