review-hyper-skills

Audit Hyper skill suites for contract and maintainer drift.

2|1|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/galatanovidiu/hyper7 --skill review-hyper-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-hyper-skills
Source: https://github.com/galatanovidiu/hyper7/tree/main/.agents/skills/review-hyper-skills
Command: npx skills add https://github.com/galatanovidiu/hyper7 --skill review-hyper-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps maintain integrity across the Hyper skill suite by detecting drift between shipped SKILL.md definitions, their reference materials, and associated templates. It focuses on contract drift and repo-maintainer drift to keep skills coherent over time.

Core Features & Use Cases

  • Detect contract drift between SKILL.md, reference files, and templates for shipped skills under skills/.
  • Inspect repo-maintainer surfaces such as AGENTS.md, README.md, and skill inventories to highlight non-operational prose and portability issues.
  • Support the suite-evaluation workflow to run broad passes across multiple skills with explicit axis locks and generate actionable fixes.

Quick Start

Run the review-hyper-skills skill against your Hyper skill directory to begin a drift audit.

Frequently Asked Questions about review-hyper-skills

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

FAQPage Schema
What is skill drift in code review and how does it affect maintenance?

Skill drift occurs when shipped SKILL.md definitions, reference files, and templates fall out of sync. Auditing this drift maintains integrity across the Hyper skill suite by detecting incoherence between contracts and repo surfaces over time.

How do I audit a Hyper skill directory for contract drift?

To audit a Hyper skill directory for contract drift, run the review-hyper-skills skill against your skills path. It detects discrepancies between SKILL.md files, references, and templates, returning findings with severity, citations, and smallest-safe fixes.

How do I run a multi-skill suite evaluation to check for maintainer drift?

Run a suite-evaluation workflow to execute broad passes across multiple skills. This mode applies explicit axis locks to inspect repo-maintainer surfaces like AGENTS.md, README.md, and skill inventories to highlight non-operational prose and portability issues.

Does the drift audit provide actionable citations and fixes?

Yes, the drift audit returns detailed findings with severity levels, citations to the exact files, and smallest-safe fixes. This ensures you receive actionable, targeted corrections for both contract drift and maintainer drift issues.

Can I inspect AGENTS.md and README.md files for non-operational prose?

Yes, you can inspect repo-maintainer surfaces such as AGENTS.md, README.md, and skill inventories. The audit highlights non-operational prose and portability issues within these files to ensure repository documentation remains operational and coherent.