agentsclimarketplace

Uat reopen intake

Skill Gesondian/ai-collab-governance-skills/skills/uat-reopen-intake

Hermes Loop Engineering skills for self-improving AI delivery governance.

Install
npx -y skills add Gesondian/ai-collab-governance-skills --skill uat-reopen-intake

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use when a user rejects, challenges, or reopens a previously accepted UAT, acceptance, or review result in an AI-assisted delivery workflow.

SKILL.md

2.6 KB, 546 tokens by cl100k_base, as published. Nobody here has run it

UAT Reopen Intake

Core Principle

When a user challenges an accepted result, the AI must not directly fix, directly re-accept, or silently widen the acceptance scope. It must first decide what failed, what evidence is missing, and who owns the smallest next action.

Required Inputs

  • Original receipt or acceptance summary.
  • User challenge or reopen reason.
  • Evidence actually covered by the original receipt.
  • Current failing signal, if any.
  • Candidate owner or lane, if known.

Intake Flow

  1. Run accepted_scope_recheck: list the route, surface, viewport, data, assertion level, fact source, and receipt identity that were actually covered.
  2. Identify the failed_gate_min candidate: the smallest reproducible gate that contradicts the prior acceptance.
  3. Classify failure_type:
    • missing_evidence
    • scope_overclaim
    • real_regression
    • owner_boundary_unclear
    • environment_or_harness_gap
    • user_expectation_delta
  4. Record missing_evidence: what proof is required before any new acceptance claim.
  5. Make next_owner_decision: who should act next, and what exact gate they must satisfy.

Allowed Verdicts

VerdictMeaning
reopen_requiredThe challenge exposes a real gap in the prior acceptance scope.
needs_failed_gate_minThe challenge is plausible but lacks the smallest reproducible failing gate.
needs_evidenceThe request needs more evidence before ownership or acceptance can be decided.
reroute_ownerThe issue belongs to a different owner based on mechanism attribution.
no_reopen_from_current_evidenceCurrent evidence does not contradict the prior bounded receipt.

Output Contract

verdict:
accepted_scope_recheck:
failed_gate_min_candidate:
failure_type:
missing_evidence:
next_owner_decision:
return_owner_on_fail:
must_not_claim:
remaining_risks:

Common Mistakes

  • Treating a user challenge as permission to immediately patch code.
  • Saying accepted again without re-checking what was originally covered.
  • Using a broad complaint as proof that all related surfaces failed.
  • Assigning owner based only on the file where code lives.
  • Collapsing environment or harness gaps into product failure.

Stop Conditions

Stop and return needs_failed_gate_min or needs_evidence when the challenge lacks a reproducible signal, concrete scope, or source of truth. Do not continue into implementation until the intake decision is recorded.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.