Home / ronaknnathani / relay · skills/validate/SKILL.md · GitHub

validate skillA

validate is agent-read markdown (skill) from ronaknnathani/relay: Verify a change is ready to ship by checking it against its acceptance criteria and running the repo's own quality gates in order, then report a pass/fail verdict with the exact failures. Use to decide go/no-go right before shipping — when you want a pass/fail verdict against acceptance criteria and the repo's quality gates (lint/build/test), not a code critique (use `review` for that). It reports — it does not fix (route failures to `pr-fix`/`implement`) and does not ship..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Validate

Decide whether a change is ready to ship and report the verdict — pass, or fail with the exact
failures someone else can act on. The bar: every acceptance criterion from `clarify`/`plan` is
demonstrably met, and every quality gate the repo defines is green, each shown by a command or
observation rather than asserted. This skill is a gate, not a fixer: on failure it hands precise
error-feedback to `pr-fix` or `implement` and stops. It does **not** edit code and does **not** ship.

## Process

1. **Gather the acceptance criteria.** Read the Success criteria from the `clarify`/`plan` artifacts.
   These are the goal-backward targets — what must be TRUE about the codebase. If no artifact exists,
   reconstruct the criteria from the task description and list them, so the verdict is checkable.
2. **Discover the repo's own gate commands.** Find how *this* repo lints, type-checks, tests, builds,
   and audits — from its scripts/manifest/CI config (`explore` when it isn't obvious). Use the repo's
   actual commands; never substitute a generic command or invent a gate the repo doesn't define. A
   gate the repo doesn't have is skipped as not-applicable (and noted), not faked.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add ronaknnathani/relay/validate@git:20260629.7380310
Exact content
mdr add ronaknnathani/relay/validate@sha256:6d894fe22d4bf3c9

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_zxhcefvbbs623sir.svg)](https://markdownregistry.com/a/art_zxhcefvbbs623sir)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260629.7380310 latest2026-06-29 7380310 5,266 BA view · diff
git:20260629.9a6d3b42026-06-29 9a6d3b4 5,150 BA view · diff
git:20260629.99be5fe2026-06-29 99be5fe 3,242 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (5266 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

ronaknnathani/relay · 3 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_zxhcefvbbs623sir
GET https://markdownregistry.com/api/v1/resolve?ref=ronaknnathani/relay/validate
GET https://markdownregistry.com/api/v1/blob/6d894fe22d4bf3c9a086e66fcc00727d2f99a6b3cc74eb1b8d00e49d36ad9f64

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from ronaknnathani/relay

build-write-like-me skill
ronaknnathani/relay · skills/build-write-like-me/SKILL.md · Use this skill whenever the user wants to capture, clone, or codify their own (or someone's) writing voice into a…
git:20260811.a9d417f · audit A · 3 stars
clarify skill
ronaknnathani/relay · skills/clarify/SKILL.md · Turn a vague or underspecified task into a crisp requirements + testable acceptance-criteria document by closing the…
git:20260629.7380310 · audit A · 3 stars
commit skill
ronaknnathani/relay · skills/commit/SKILL.md · Create a single well-formed git commit from the working changes, following the repo's AGENTS.md and recent…
git:20260703.d975737 · audit A · 3 stars
deliver-pr skill
ronaknnathani/relay · skills/deliver-pr/SKILL.md · Deliver one change end to end as a single pull request — clarify → plan → implement → simplify → review → validate →…
git:20260902.0a12af0 · audit A · 3 stars
explore skill
ronaknnathani/relay · skills/explore/SKILL.md · Build a verified, read-only understanding of a codebase or a slice of it — entry points, code flow, architecture…
git:20260629.a497d9d · audit A · 3 stars
implement skill
ronaknnathani/relay · skills/implement/SKILL.md · Execute an implementation plan (from `plan`) task by task, writing the code and tests and leaving the system green at…
git:20260703.d975737 · audit A · 3 stars
open-pr skill
ronaknnathani/relay · skills/open-pr/SKILL.md · Stage, commit, push, and open a pull request following the author's repository and AGENTS.md conventions — repo-style…
git:20260703.d975737 · audit A · 3 stars
plan skill
ronaknnathani/relay · skills/plan/SKILL.md · Turn a clarified requirements artifact into a concrete, executable implementation plan — a decisive architecture…
git:20260629.7380310 · audit A · 3 stars
pr-fix skill
ronaknnathani/relay · skills/pr-fix/SKILL.md · Bring a PR to mergeable — fix CI failures, address review comments, and resolve merge conflicts. Runs either from a…
git:20260924.f980c5b · audit A · 3 stars
pr-monitor skill
ronaknnathani/relay · skills/pr-monitor/SKILL.md · Handle one pull request attention event end to end — read the watcher digest, triage it, delegate the fixing to pr-fix…
git:20260902.6e57c00 · audit A · 3 stars
rebase skill
ronaknnathani/relay · skills/rebase/SKILL.md · Use when you need to rebase the current branch onto main, resolve merge conflicts, and force-push
git:20260629.9a6d3b4 · audit A · 3 stars
relay-archive skill
ronaknnathani/relay · skills/relay-archive/SKILL.md · Use when a project's PR is merged and you want to clean up the worktree while preserving notes and plans
git:20260630.3bc1f89 · audit A · 3 stars

Every file in ronaknnathani/relay

Other files named validate

validate skill
boshu2/agentops · packs/agentops-executor/agents/validator/skills/validate/SKILL.md · Freshly judge exact subject content against bead or caller acceptance, optionally persist verdict.v2 for a declared…
git:20260729.a635979 · audit A · 445 stars
validate skill
boshu2/agentops · images/gemini/skills/validate/SKILL.md · Freshly judge a finished change and its claims against original acceptance. Use when: acceptance verdict or independent…
git:20260922.4c2e3be · audit A · 445 stars
validate skill
boshu2/agentops · skills-codex/validate/SKILL.md · Freshly judge a finished change and its claims against original acceptance. Use when: acceptance verdict or independent…
git:20260922.4c2e3be · audit A · 445 stars
validate skill
boshu2/agentops · skills/validate/SKILL.md · Freshly judge a finished change and its claims against original acceptance. Use when: acceptance verdict or independent…
git:20260922.4c2e3be · audit A · 445 stars
validate skill
scaccogatto/okf-skills · skills/validate/SKILL.md · Check that an Open Knowledge Format (OKF) bundle is conformant with the v0.2 spec (§11). Use when asked to validate…
git:20260901.0ace7f7 · audit A · 397 stars
validate skill
msrv-tech/skills · validate/SKILL.md · Маршрутизатор явной валидации XML-исходников объектов 1С. Используй когда пользователь просит проверить конфигурацию…
git:20260826.f445837 · audit A · 56 stars
validate skill
etr/groundwork · skills/validate/SKILL.md · This skill should be used when implementation is complete to run multi-agent verification with baseline-determined…
git:20260913.abcc1a3 · audit A · 42 stars
validate skill
jovesun-lab/arcgram · skills/validate/SKILL.md · Run both Arcgram self-checks in one call. A thin wrapper over Checkpoint (structure) and Reconcile (values)…
git:20260723.78f5e7a · audit A · 12 stars

Browse by kind, by grade A, or by owner.