makinari-rol-judge-doc

Enforce lint/markdown tool-call evidence for doc approval flows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It enforces that doc-approval flows include a lint/markdown validation step, ensuring evidence-based decisions and preventing unchecked documents from proceeding.

Core Features & Use Cases

  • Enforces presence of a lint/markdown tool-call as evidence for doc judgments.
  • Validates that acceptance tokens appear in the evidence haystack (lint output, commit summary, claim).
  • Provides deterministic verdicts for doc flows and easy integration into CI-like pipelines.

Quick Start

Provide a doc submission along with a lint/markdown tool-call in the evidence to obtain an approved verdict.

Frequently Asked Questions about makinari-rol-judge-doc

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

FAQPage Schema
How do I automate markdown lint checks for doc approval flows?

To automate markdown lint checks for doc approval flows, you submit a doc along with a lint/markdown tool-call as evidence. The flow then validates this evidence and provides a deterministic verdict for approval.

What is evidence-based doc judging and how does it work?

Evidence-based doc judging is a process that enforces a lint/markdown validation step in approval flows. It works by requiring a lint tool-call as evidence and verifying acceptance tokens within that evidence haystack before approving documents.

How do I integrate automated quality gates into CI-like pipelines for markdown content?

You integrate automated quality gates into CI-like pipelines by providing a doc submission with a lint/markdown tool-call in the evidence. This setup ensures consistent approvals by validating markdown content and evidence deterministically.

Do I need a specific lint tool to verify acceptance tokens in doc evidence?

You need a lint/markdown tool-call included in your evidence to verify acceptance tokens. The judging mechanism checks for these acceptance tokens within the evidence haystack, which includes the lint output, commit summary, and claim.

Why does my markdown doc flow fail to get an approved verdict?

Your markdown doc flow fails to get an approved verdict if the evidence lacks a required lint/markdown tool-call or if the acceptance tokens are not present within the evidence haystack. This prevents unchecked documents from proceeding.

Can I use this automated doc judging for per-flow doc tasks?

Yes, you can use this automated doc judging for per-flow doc tasks. It applies deterministic quality gates to validate markdown content and evidence, ensuring consistent approvals across individual document submissions.