jade-core-evaluator

Classify JADE migration skills from run artifacts into draft, experimental, candidate, or official ratings.

1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/TheRealSeber/PolishedJADEite --skill jade-core-evaluator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jade-core-evaluator
Source: https://github.com/TheRealSeber/PolishedJADEite/tree/main/.claude/skills/jade-core-evaluator
Command: npx skills add https://github.com/TheRealSeber/PolishedJADEite --skill jade-core-evaluator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill turns completed JADE migration runs into a clear quality assessment for each pipeline skill, so teams can tell which skills are draft, experimental, candidate, or official without manually inspecting every artifact.

Core Features & Use Cases

  • Evidence-based classification: Reads run artifacts and scores each skill using contract compliance, reproducibility, gate pass rate, artifact completeness, and failure handling.
  • Skill matrix generation: Produces a consolidated matrix that summarizes the status of the full pipeline after a migration run.
  • Post-run evaluation: Useful when validating a new migration workflow, comparing releases, or deciding whether a skill is ready for broader reuse.

Quick Start

Use the jade-core-evaluator skill to review a completed JADE migration run and generate the skill matrix from the available artifacts.

Frequently Asked Questions about jade-core-evaluator

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

FAQPage Schema
How do I evaluate migration pipeline quality from run artifacts?

Evaluating migration pipeline quality from run artifacts involves checking reproducibility, gate pass rates, and artifact completeness to compute a consolidated skill matrix. This classifies each pipeline skill into draft, experimental, candidate, or official ratings.

What is a skill matrix in post-run migration validation?

A skill matrix in post-run migration validation is a consolidated summary of pipeline status. It scores each migration skill based on contract compliance, reproducibility, gate pass rate, artifact completeness, and failure handling signals to assess readiness.

How do I score JADE migration skills after a completed pipeline run?

Scoring JADE migration skills after a completed pipeline run requires analyzing phase history logs, rule queues, and per-skill output files. These artifacts provide the reproducible evidence needed to assess failure handling and assign quality ratings.

Does migration skill evaluation require reproducible run evidence?

Migration skill evaluation does require reproducible run evidence. It relies on completed pipelines that produce rule queues, phase history logs, and per-skill output files to ensure artifact completeness checks and gate-pass analysis are accurate.

When should I use artifact analysis for pipeline scoring instead of manual inspection?

Use artifact analysis for pipeline scoring instead of manual inspection when validating new migration workflows, comparing releases, or deciding if a skill is ready for broader reuse. It turns completed runs into clear quality assessments automatically.