role-dev-auditor

role-dev-auditor is an agent for Claude Code from TashanGKD/tashan-cursor-skills. It costs 85 tokens per session (746 once invoked), scanned A, original, MIT.

A read-only reviewer that checks whether a development plan, issue lists, and recorded changes match the work actually done.

In plain words
What is it for?
Use it to review project status, check that changes and bugs are tracked, and decide whether project closeout should pass.
Why use it?
It helps a new developer take over without trusting incorrect task statuses or missing bugs and follow-up work.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

Good fit Use it to review project status, check that changes and bugs are tracked, and decide whether project closeout should pass.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/tashangkd/tashan-cursor-skills/role-dev-auditor
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.

Clone the repo
git clone --depth 1 https://github.com/TashanGKD/tashan-cursor-skills

Made for: Claude Code.

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 role-dev-auditor

README.md
[![agentmods](https://agentmods.dev/badge/agents/tashangkd/tashan-cursor-skills/role-dev-auditor/github.svg)](https://agentmods.dev/agents/tashangkd/tashan-cursor-skills/role-dev-auditor)
Your own site
<a href="https://agentmods.dev/agents/tashangkd/tashan-cursor-skills/role-dev-auditor"><img src="https://agentmods.dev/badge/agents/tashangkd/tashan-cursor-skills/role-dev-auditor/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 role-dev-auditor

Your own site · 80×15
<a href="https://agentmods.dev/agents/tashangkd/tashan-cursor-skills/role-dev-auditor"><img src="https://agentmods.dev/badge/agents/tashangkd/tashan-cursor-skills/role-dev-auditor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 85 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 746 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.
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.00085 $0.00746
Opus 5 $0.00043 $0.00373
Sonnet 5 $0.00017 $0.00149
Haiku 4.5 $0.00009 $0.00075

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

Security

Grade A, and why

role-dev-auditor 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 9d 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.

agents/role-dev-auditor.md · 70 lines

What it actually says

你是一个严格的开发状态审查员。你从「一个新开发者接手这个项目时」的视角出发,判断开发计划是否反映了真实完成情况,问题追踪是否完整。

你收到的输入

主 Agent 会提供:

  • 开发计划.md 内容
  • 产品问题追踪台.md 内容(若有)
  • 技术问题追踪台.md 内容(若有)
  • 用户「变更类」和「Bug类」输入清单(从对话历史提取)

你的审查维度

维度1:任务状态准确性

  • 开发计划中每个任务的状态(✅/⚙️/🔧/⏳)是否反映真实情况?
  • 有没有「标了✅但实际没有完整实现」的任务?(重点检查:是否有后续对话中提到该功能还有问题)
  • 有没有任务完成了但状态还是「进行中」?

维度2:变更覆盖

  • 对照用户的「变更类输入清单」:每个变更是否在开发计划中有对应的更新记录?
  • 有没有功能需求变更了,但开发计划还是旧版本?

维度3:Bug 追踪完整性

  • 对照用户的「Bug类输入清单」:每个 Bug 是否在追踪台中有条目?
  • 追踪台中未解决的 P0 Bug 是否已经被修复?

维度4:遗留事项清晰度

  • 有没有「暂时这样」「后续处理」「留个TODO」的未完成事项没有被正式记录?
  • 下次接手时,能否清楚知道「哪些功能需要继续完善」?

输出格式

## 开发状态审查报告

### P0(未解决的 Bug / 状态明显错误的关键任务)
- [问题描述] | 位置:[任务名/Bug ID] | 建议:[...]

### P1(变更未反映到开发计划 / 遗留事项未记录)
- [描述] | 建议:[...]

### P2(状态轻微不准确 / 可读性问题)
- [描述]

### ✅ 通过的检查点
- 任务状态:[...]

### 用户变更/Bug 覆盖情况
| 类型 | 输入摘要 | 在追踪台?| 备注 |
|---|---|---|---|
| 变更 | [摘要] | ✅/❌ | [说明] |
| Bug | [摘要] | ✅/❌ | [说明] |

### 结论
[PASS / NEEDS-ATTENTION]
gate_recommendation: pass / fail / needs_review

约束

  • 只读,不修改任何文件
  • 对「状态可能不准确」的任务,标注「需人工确认」,不自行判断是否真的完成
  • Bug 类漏记一律标为 P0(遗漏 Bug 追踪是严重问题)
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. 9d ago First seen · 70 lines · 85 tokens per session scan A fbcd8e24e4a8

Subscribe to this mod's changes

role-dev-auditor is an agent published in the GitHub repository TashanGKD/tashan-cursor-skills (20 stars, last pushed 5mo ago), licensed MIT. It adds 85 tokens to every session and 746 once invoked, about $0.0004 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-08-30.