Use when evaluating one or more workspace skills against mandatory quality standards, tracking review history, and producing remediation recommendations.
Evaluate skills against defined quality standards and produce review outcomes (Pass, Pass With Advisories, Fail, Blocked) for skill governance. Scope is singular: skill quality review and follow-up governance.
L4 quality requires three passing dimensions:
Copilot compatibility is mandatory:
name, description).Use these standards exactly:
| ID | Standard | Type | Pass Criteria | Failure Action |
|---|---|---|---|---|
| SKR-M1 | Specialization | MUST | Skill scope is hyper-specialized to one objective only. | Mark as failed and recommend scope split or refocus. |
| SKR-M2 | Valid format | MUST | Valid YAML front matter and valid Markdown structure for Copilot skill loading. | Mark as failed and provide exact formatting fix. |
| SKR-M3 | Triggers | MUST | Clear discovery triggers in description and body with concrete use conditions. | Mark as failed and provide trigger rewrite guidance. |
| SKR-M4 | No cross-skill references | MUST | Skill guidance body contains no invocations, delegations, required-sub-skill directives, or workflow steps that call a named sibling skill. All execution content must be self-contained. | Mark as failed; inline required content directly or introduce a dedicated orchestrator skill as the indirection layer. Do not cross-reference to resolve shared logic. |
| SKR-S1 | Assets | SHOULD | Skill uses concrete references or reusable assets when they materially improve execution support; a references/ directory is optional when the skill is already self-contained. | Record advisory finding only when missing assets cause ambiguity, duplication, or weak reuse. |
| SKR-S2 | No conflict | SHOULD NOT conflict | No harmful overlap or contradictory behavior with other skills. | Start conflict workflow and document resolution plan. |
| SKR-S3 | Link integrity | SHOULD | Markdown links are resolvable, non-placeholder, and aligned with referenced assets/docs, including valid fragment anchors when present. Validate from the on-disk workspace file context. | Record advisory finding and recommend target fixes or valid replacements. |
| SKR-S4 | Self-contained | SHOULD | Skill guidance is operational without hidden dependencies, with explicit execution context for inputs, outputs, and process. Canonical sections (Inputs, Required Outputs, Workflow) OR clearly labeled equivalent sections are acceptable when semantics are preserved. | Record advisory finding and recommend restoring missing execution context using canonical sections or clear equivalents. |
| SKR-S5 | Brevity | SHOULD | Skill wording is economical for context efficiency, avoids obvious duplication or narrative padding, and preserves clarity without unnecessary verbosity. | Record advisory finding and recommend concise reductions through the appropriate authoring skill. |
Invoke this skill when any condition below is true:
Required inputs:
Optional inputs:
YYYY-MM-DD) for review freshness tracking.| Code Prefix | Standard | Type | Skill Source |
|---|---|---|---|
| SKR-M* | Mandatory skill quality check | MUST | skill-review |
| SKR-S* | Advisory skill quality check | SHOULD | skill-review |
| GOV-SK | Skill quality aggregate | Aggregate | consolidated governance reporting |
references/ folder is optional for reviewed skills; do not recommend it by default when the artifact is already self-contained.generate-baseline-skill-reviews.ps1 (full baseline + history), get-skill-metadata-audit.ps1 (quick metadata checks), generate-targeted-skill-reviews.ps1 (targeted reruns), refresh-history-index-and-grid.ps1 (history index + aggregate grid).# and unresolved local paths).review.md. Use versioned names (for example, review-v2.md) to disambiguate repeated runs.When a conflict exists, this skill MUST:
Do not auto-resolve without explicit user direction.
A review is complete only when: