makinari-rol-judge

Match backlog item evidence against acceptance criteria to produce a verdict.

1|Updated May 8, 2025
One-click install
npx skills add https://github.com/Uncodier/API --skill makinari-rol-judge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: makinari-rol-judge
Source: https://github.com/Uncodier/API/tree/main/src/skills/makinari-rol-judge
Command: npx skills add https://github.com/Uncodier/API --skill makinari-rol-judge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

backlog item evaluation is manual, slow, and error-prone; this skill provides a deterministic verdict using evidence and acceptance criteria to drive item status and automation.

Core Features & Use Cases

  • Automated, evidence-driven verdicts (approved, rejected, escalate) to advance workflows.
  • Per-flow guardrails to enforce flow-specific quality checks (auth, docs, automation, backend, and others).
  • Escalation handling to prevent infinite retries and trigger self-heal or review.

Quick Start

Provide a deterministic verdict for a backlog item using its evidence and acceptance criteria and update its status accordingly.

Frequently Asked Questions about makinari-rol-judge

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

FAQPage Schema
How do I automate backlog item evaluation using acceptance criteria?

Deterministic backlog verdicts match provided evidence against acceptance criteria to produce an approved, rejected, or escalate outcome. This mechanism replaces slow manual reviews with automated, evidence-driven workflow advancement.

How do I enforce flow-specific quality checks during backlog verification?

Per-flow guardrails enforce flow-specific quality checks during backlog verification by tailoring evaluation rules for auth, docs, automation, and backend contexts. This ensures the verdict respects the unique constraints of each product flow.

How does backlog automation handle escalation and infinite retries?

Escalation handling prevents infinite retries by triggering self-heal or review processes when a backlog item fails evaluation. This ensures unresolved items receive manual attention instead of looping in automated workflows.

Can I use deterministic verdicts across multiple product workflows?

Deterministic verdicts apply across multiple product workflows by using per-flow guardrails to tailor checks for each context. This allows the same evaluation engine to drive different automation pipelines.

What is the output format of an automated backlog verdict?

An automated backlog verdict outputs a decision, a reason, and lists of matched and unmatched acceptance criteria. This structure provides transparency for workflow automation and downstream actions.