skill-consistency-review

Run packaged skills repeatedly with frozen inputs and diff artifacts for consistency.

1|Updated May 6, 2026
One-click install
npx skills add https://github.com/therealkapoq/kstack --skill skill-consistency-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-consistency-review
Source: https://github.com/therealkapoq/kstack/tree/main/skill-consistency-review
Command: npx skills add https://github.com/therealkapoq/kstack --skill skill-consistency-review

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps you determine whether another skill produces the same artifact when run repeatedly with identical frozen inputs, and it also checks whether the skill is packaged correctly and whether its outputs are portable.

Core Features & Use Cases

  • Repeatability Testing: Run a packaged or unzipped skill multiple times with the same inputs and compare the resulting files for drift.
  • Packaging Review: Confirm that the skill root contains SKILL.md and that all referenced scripts and reference files are present.
  • Portability Check: Detect artifacts that depend on a specific environment or path layout instead of working as standalone outputs.

Quick Start

Ask the skill to review a specific packaged skill for run-to-run consistency using frozen inputs and to produce a developer-facing findings document.

Frequently Asked Questions about skill-consistency-review

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

FAQPage Schema
How do I check if my packaged skill generates deterministic output across multiple runs?

To check for deterministic output, freeze the inputs, run the packaged skill multiple times, and diff the resulting artifacts to detect any run-to-run drift. This process verifies output repeatability and consistency.

What is artifact portability and how does it affect skill consistency?

Artifact portability means outputs do not depend on a specific environment or path layout. A portability check detects artifacts relying on specific paths, ensuring they function as standalone deliverables across different environments.

How do I verify packaging integrity for a skill directory with scripts and references?

Verifying packaging integrity involves checking that the skill root contains the required SKILL.md frontmatter and confirming all bundled resources, scripts, and reference files are present and correctly structured.

Can I test output consistency for an unzipped skill directory that generates HTML reports?

Yes, you can test output consistency for unzipped skill directories that generate reports, templates, or HTML. The review applies to both packaged and unzipped directories by running them repeatedly with frozen inputs and comparing artifacts.

Why does my skill produce different outputs when run with identical inputs?

Your skill likely produces different outputs due to environment dependencies or non-deterministic scripts. Diffing artifacts from multiple runs with frozen inputs identifies the exact files causing drift and highlights portability issues.

What is the best way to review a skill for repeatability and packaging issues?

The best way to review repeatability and packaging issues is to freeze inputs, execute the skill multiple times, diff the resulting artifacts, and verify the presence of SKILL.md, scripts, and reference files to produce a developer-facing findings document.