sdlc-review

sdlc-review is a skill for Claude Code, Codex from NousResearch/hermes-agent. It costs 15 tokens per session (1,861 once invoked), scanned A, original, MIT.

A review procedure for independently checking work handed from a Kanban implementation task. It uses the deliverable and its evidence to approve the work, request changes, or escalate it.

In plain words
What is it for?
It helps review completed development work against its specification, acceptance criteria, handoff summary, and supporting evidence.
Why use it?
It adds a separate verification step before an implementation is marked complete.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps review completed development work against its specification, acceptance criteria, handoff summary, and supporting evidence.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nousresearch/hermes-agent/sdlc-review
About the project

Hermes Agent is an AI assistant that learns from its use by creating and improving skills, retaining knowledge, searching past conversations, and adapting to its users. It is for people who want to run an agent through a terminal or messaging platforms while connecting it to different AI models and scheduled tasks.

NousResearch/hermes-agent · 244,059 stars · on GitHub · hermes-agent.nousresearch.com

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add NousResearch/hermes-agent --skill sdlc-review
Clone the repo
git clone --depth 1 https://github.com/NousResearch/hermes-agent

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sdlc-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/nousresearch/hermes-agent/sdlc-review/github.svg)](https://agentmods.dev/skills/nousresearch/hermes-agent/sdlc-review)
Your own site
<a href="https://agentmods.dev/skills/nousresearch/hermes-agent/sdlc-review"><img src="https://agentmods.dev/badge/skills/nousresearch/hermes-agent/sdlc-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for sdlc-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/nousresearch/hermes-agent/sdlc-review"><img src="https://agentmods.dev/badge/skills/nousresearch/hermes-agent/sdlc-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,861 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Snyk pass 7 Sept 2026
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00015 $0.01861
Opus 5 $0.00008 $0.00931
Sonnet 5 $0.00003 $0.00372
Haiku 4.5 $0.00002 $0.00186

Measured 7d ago against content hash ce90e8a3e145, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

sdlc-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

3 near-identical copies found in the catalogue:

skills/devops/sdlc-review/SKILL.md · 182 lines

How it starts

The opening of the file, as written. The whole thing — 182 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SDLC Review Skill

Independently verify work handed from a Kanban implementation run to the review lane, then approve it, request changes, or escalate. This skill reviews the deliverable and its evidence; it does not take over the implementer's work.

When to Use

Use this skill when all of the following are true:

  • the dispatcher spawned you for a task claimed from the review lane;
  • an implementer submitted a review_requested handoff;
  • the task needs an independent verdict before it can be completed.

Do not use it for a separate downstream review card. A downstream card is ordinary implementation work with a review-oriented specification and completes through its own lifecycle.

Prerequisites

  • A Kanban worker context with the current task and run identifiers.
  • Native Kanban tools: kanban_show, kanban_comment, kanban_complete, kanban_request_changes, and kanban_block.
  • Workspace access through read_file, search_files, and terminal when the deliverable is code.
  • The task's original specification, acceptance criteria, handoff summary, and prior run history must be available through kanban_show.

How to Run

This skill is loaded automatically by the review dispatcher. Start with kanban_show before inspecting files or choosing a verdict.

  1. Read the task specification and the latest review_requested handoff.
  2. Inspect the actual deliverable and run relevant verification.
  3. Choose exactly one verdict: approve, request changes, or escalate.
  4. Record concrete evidence in the terminal Kanban transition.

Quick Reference

Verdict When Final action
Approve Acceptance criteria and verification pass kanban_complete
Request changes Correctable implementation defects remain kanban_comment, then kanban_request_changes
Escalate A human decision or external prerequisite is required kanban_block

A requested-changes transition returns the task to its original implementer. When that implementer requests review again without naming a reviewer, the persisted reviewer provenance routes the re-review back to the same reviewer profile.

Read the full file on GitHub · 182 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 182 lines · 15 tokens per session scan A ce90e8a3e145

Subscribe to this mod's changes

sdlc-review is a skill published in the GitHub repository NousResearch/hermes-agent (244,059 stars, last pushed today), licensed MIT. It adds 15 tokens to every session and 1,861 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

batch

Research and plan a large-scale change, then execute it in parallel across 5–30 isolated worktree agents that each open a PR.

asgeirtj/system_prompts_leaks · 30 tokens

rubyllm

Build and maintain Ruby or Rails applications with the RubyLLM AI framework. Use for chats, agents, tools, structured output, media generation, transcription, OCR, moderation, embeddings, reranking, Rails integration, and RubyLLM upgrades; not for contributing to the framework itself.

crmne/ruby_llm · 61 tokens

20-client-intake-brief-global

Use when an agency or freelancer takes on a NEW client and needs everything up front — an 11-section intake covering business overview, audience, current marketing, goals, budget, timeline, brand assets, approval process, and success criteria, written for the client to fill in and return. Trigger on 'client intake'…

minhnv0807/ai-business-skills · 168 tokens

02-brief-chien-dich

Dung khi can brief mot chien dich cu the cho ca team thuc thi — muc tieu, thong diep, deliverable, timeline phan cong theo tuan, gate duyet va ma tran rui ro. Kich hoat khi user nhac 'brief chien dich', 'ke hoach campaign', 'len brief cho team', 'chien dich thang toi', 'phan cong campaign', 'timeline chien dich'.…

minhnv0807/ai-business-skills · 150 tokens

71-sales-enablement

Bo tai lieu ban hang cong voi ky luat giu pipeline cho SME VN, gop mot skill vi cung mot nguoi lam ca hai viec — the persona nguoi mua (co ca nguoi can duong), one-pager, outline bo slide tu van, thu vien xu ly phan doi kieu VN viet o hai dang (bang tra nhanh khi dang goi va ban day du de dao tao), kich ban demo co…

minhnv0807/ai-business-skills · 261 tokens

66-crisis-playbook-global

Use when a brand faces a communications CRISIS or a campaign is failing in public — L1 to L5 severity classification, a first-four-hours process, response templates by type, an escalation matrix, a do-not-do list, holding statements, and a post-mortem. Trigger on 'PR crisis', 'crisis playbook', 'a complaint is going…

minhnv0807/ai-business-skills · 165 tokens