Review Skill
Evaluate one skill from bounded evidence. The default runner passes a local
package to native runx.skill.validate, which parses and inspects the exact
package, runs read-only or planning harnesses with isolated receipts and no
operator credentials, and forwards that evidence to the focused assessment
runner. Execute-capable targets are inspected but never run automatically.
This skill does not mutate the package, publish a report, install a package, or
manufacture missing evidence. Use assess directly when a caller already has a
bounded evidence pack.
Procedure
- Resolve a workspace- or owning-skill-relative package path and capture its
native capability and readiness envelope. Registry or marketplace material
must first be installed or supplied as a bounded evidence pack; this skill
does not fetch it implicitly.
- Run the native harness only when catalog execution is
read or plan.
- Compare the documented capability with the inspected runner and catalog
metadata in the evidence pack.
- Separate native harness results, provider readback, supplied assertions, and
unverified claims.
- Check the happy path, refusal or stop path, authority boundary, artifact or
effect, provenance, and recovery posture appropriate to the skill type.
- Return
needs_more_evidence when the evidence cannot support a trust
decision. Never upgrade a parse result or prose claim into execution proof.
- Recommend
adopt, adopt_with_caveats, improve, or reject,
naming the evidence and blocking gaps behind the decision.
Stop conditions
- Refuse evidence containing secrets, raw credentials, private customer data,
private inbox content, or provider dumps.
- Do not recommend provider readiness without provider readback.
- Do not recommend publication from private previews, placeholder hosts, dead
links, or unrelated parent domains.
- Return
needs_more_evidence when no native inspection, harness, receipt, or
equivalent bounded source evidence is supplied.
- Reject capabilities that cannot be bounded, audited, or assigned a truthful
terminal state.
Output
capability_profile: bounded capability, execution shape, and claimed effect.
trust_assessment: evidence tier, caveats, and unsupported claims.
test_matrix: passed, failed, skipped, and still-required checks.
recommendation_report: decision, rationale, blockers, and next action.
Inputs
skill_ref (required): local package path for the default runner; any stable
reference may label an evidence-only assess run.
evidence_pack (optional for the default runner, required for assess):
inspection, harness, receipts, docs, or source evidence. References are
preferable to copied private bodies.
objective (optional): decision the evaluation should support.
test_constraints (optional): time, environment, or safety limits.
Agent task contracts
review-skill-assess
Assess only the supplied evidence for one skill. Separate declared capability, native
inspection, harness evidence, provider readback, supplied assertions, and unverified claims.
Check the happy path, stop or refusal path, authority, artifact or effect, provenance, and
recovery posture appropriate to the capability. Return needs_more_evidence when the packet
cannot support a decision. Never infer provider readiness from a parse result, local supplied
answer, or prose claim. Recommend adopt, adopt_with_caveats, improve, or reject with
concrete blockers.
1---2name: review-skill3description: Inspect, safely test, and assess one Runx skill package for capability, trust, and operator readiness. Use when deciding whether to adopt, improve, reject, install, or publish a skill; its evidence-only assess runner is available when native test evidence already exists.4---56# Review Skill78Evaluate one skill from bounded evidence. The default runner passes a local9package to native `runx.skill.validate`, which parses and inspects the exact10package, runs read-only or planning harnesses with isolated receipts and no11operator credentials, and forwards that evidence to the focused assessment12runner. Execute-capable targets are inspected but never run automatically.1314This skill does not mutate the package, publish a report, install a package, or15manufacture missing evidence. Use `assess` directly when a caller already has a16bounded evidence pack.1718## Procedure19201. Resolve a workspace- or owning-skill-relative package path and capture its21 native capability and readiness envelope. Registry or marketplace material22 must first be installed or supplied as a bounded evidence pack; this skill23 does not fetch it implicitly.242. Run the native harness only when catalog execution is `read` or `plan`.253. Compare the documented capability with the inspected runner and catalog26 metadata in the evidence pack.274. Separate native harness results, provider readback, supplied assertions, and28 unverified claims.295. Check the happy path, refusal or stop path, authority boundary, artifact or30 effect, provenance, and recovery posture appropriate to the skill type.316. Return `needs_more_evidence` when the evidence cannot support a trust32 decision. Never upgrade a parse result or prose claim into execution proof.337. Recommend `adopt`, `adopt_with_caveats`, `improve`, or `reject`,34 naming the evidence and blocking gaps behind the decision.3536## Stop conditions3738- Refuse evidence containing secrets, raw credentials, private customer data,39 private inbox content, or provider dumps.40- Do not recommend provider readiness without provider readback.41- Do not recommend publication from private previews, placeholder hosts, dead42 links, or unrelated parent domains.43- Return `needs_more_evidence` when no native inspection, harness, receipt, or44 equivalent bounded source evidence is supplied.45- Reject capabilities that cannot be bounded, audited, or assigned a truthful46 terminal state.4748## Output4950- `capability_profile`: bounded capability, execution shape, and claimed effect.51- `trust_assessment`: evidence tier, caveats, and unsupported claims.52- `test_matrix`: passed, failed, skipped, and still-required checks.53- `recommendation_report`: decision, rationale, blockers, and next action.5455## Inputs5657- `skill_ref` (required): local package path for the default runner; any stable58 reference may label an evidence-only `assess` run.59- `evidence_pack` (optional for the default runner, required for `assess`):60 inspection, harness, receipts, docs, or source evidence. References are61 preferable to copied private bodies.62- `objective` (optional): decision the evaluation should support.63- `test_constraints` (optional): time, environment, or safety limits.6465## Agent task contracts6667### `review-skill-assess`6869Assess only the supplied evidence for one skill. Separate declared capability, native70inspection, harness evidence, provider readback, supplied assertions, and unverified claims.71Check the happy path, stop or refusal path, authority, artifact or effect, provenance, and72recovery posture appropriate to the capability. Return needs_more_evidence when the packet73cannot support a decision. Never infer provider readiness from a parse result, local supplied74answer, or prose claim. Recommend adopt, adopt_with_caveats, improve, or reject with75concrete blockers.