review-board

review-board is a skill for Claude Code from HuntsDesk/ve-kit. It costs 49 tokens per session (1,794 once invoked), scanned A, original, MIT.

An audit of a Vibe Board, a project task board backed by Firebase Firestore, Google's cloud database.

In plain words
What is it for?
Use it to clean up the board before a major project or when tasks have become confusing. It should not run while an earlier board audit is still open.
Why use it?
It finds stale or abandoned tasks, duplicates, missing status updates, unclear handoffs, and broken links between related tasks. It creates follow-up tasks for the problems it finds.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Good fit Use it to clean up the board before a major project or when tasks have become confusing. It should not run while an earlier board audit is still open.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/huntsdesk/ve-kit/review-board
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 HuntsDesk/ve-kit --skill review-board
Clone the repo
git clone --depth 1 https://github.com/HuntsDesk/ve-kit

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 review-board

README.md
[![agentmods](https://agentmods.dev/badge/skills/huntsdesk/ve-kit/review-board/github.svg)](https://agentmods.dev/skills/huntsdesk/ve-kit/review-board)
Your own site
<a href="https://agentmods.dev/skills/huntsdesk/ve-kit/review-board"><img src="https://agentmods.dev/badge/skills/huntsdesk/ve-kit/review-board/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 review-board

Your own site · 80×15
<a href="https://agentmods.dev/skills/huntsdesk/ve-kit/review-board"><img src="https://agentmods.dev/badge/skills/huntsdesk/ve-kit/review-board.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,794 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.00049 $0.01794
Opus 5 $0.00024 $0.00897
Sonnet 5 $0.00010 $0.00359
Haiku 4.5 $0.00005 $0.00179

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

Security

Grade A, and why

review-board 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.

skills/review-board/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.

Vibe Board Review Protocol

Audits the Vibe Board state itself — the meta layer where all other work is tracked. Uses mcp__agent-board__* tools to query live Firestore data.

Part of the review-* skill family. Cites ../_shared/review-checklist.md.

Owner: docs-manager agent (once registered) or general-purpose fallback.

When to invoke

  • Board feels cluttered or noisy in the UI
  • Tasks piling up with unclear ownership
  • Multiple "stale session" banners in a row
  • Before a major initiative (clean board = clear signal)
  • Quarterly hygiene pass

When NOT to invoke (anti-stacking rule)

Do not run /review-board if a prior audit parent is still open.

Before starting the protocol below, check for open parent tasks matching [review-board YYYY-MM-DD]. If any are still status != done, STOP and tell the user:

A prior /review-board audit (parent <id>, dated <date>) has findings that have not been triaged. Running another audit now duplicates effort. Please triage the prior parent first — either action its subtasks, or close them deliberately (with "won't fix" reasons) before running /review-board again.

This rule exists because on 2026-04-23 we discovered 3 review-board audits stacked within 5 days, each filing 20+ new findings, with zero findings from the prior audits actually actioned. The meta-anti-pattern ("audit theater") had become worse than the issues being audited. Fix: one active audit at a time.

Exception: if the prior audit parent is older than 30 days and still untriaged, it is effectively abandoned — close it with a "stale, superseded" comment and run a fresh audit. The 30-day window is the product of: not so short that every session re-audits, not so long that the last audit's findings are obsolete by the time the next one runs.

Output contract

Board tasks only. Lean summary to main agent.


Step 1 — Inventory

Query the board for state across all active projects:

  • board_get_projects(status: "active") — every active project
  • For each project: board_get_tasks(project_id, include_done: false) — current open tasks
  • Collect: task count per status, per priority, per assigned_agent, per project

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. 9d ago First seen · 182 lines · 49 tokens per session scan A ff51fb1860eb

Subscribe to this mod's changes

review-board is a skill published in the GitHub repository HuntsDesk/ve-kit (2 stars, last pushed 1mo ago), licensed MIT. It adds 49 tokens to every session and 1,794 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

shiplog

Recap of everything shipped since the last run - cross-repo PRs, security fixes, star deltas, and X traction, synthesized into a digest article and a ready-to-post shiplog in your voice.

aeonfun/aeon · 46 tokens

taskmarket-delegate

Delegate work to the TaskMarket agent-worker market - browse open tasks, create tasks with explicit authorization, and track/submit work, so an agent can outsource instead of burning inference on unreliable or low-confidence work.

aeonfun/aeon · 47 tokens

feature-dev

Guide a feature implementation through a structured seven-phase workflow with deep codebase understanding, clarifying questions, parallel architecture design, and quality review. Use this skill when the user asks to build a new feature, add functionality, or wants a methodical approach to implementation rather than…

waybarrios/opencode-power-pack · 62 tokens

memstack-business-client-onboarding

Use this skill when the user says 'client onboarding', 'new client', 'onboard client', 'kickoff meeting', 'intake form', 'welcome email', or needs welcome sequences, questionnaires, and setup checklists for new clients. Do NOT use for contracts or invoicing.

cwinvestments/memstack · 65 tokens

memstack-product-roadmap-builder

Use this skill when the user says 'roadmap', 'product roadmap', 'quarterly plan', 'now/next/later', 'OKRs', or needs strategic planning with themes, milestones, resource allocation, and stakeholder-ready views. Do NOT use for MVP scoping or sprint-level planning.

cwinvestments/memstack · 67 tokens

memstack-security-rls-checker

Use this skill when the user says 'check RLS', 'audit RLS', 'RLS policies', 'row level security', 'Supabase security audit', or needs to verify table-level access control. Audits Supabase Row Level Security policies across all tables. Do NOT use for non-Supabase projects or writing RLS policies from scratch.

cwinvestments/memstack · 80 tokens