actionable-review-format-standards

actionable-review-format-standards is a skill for Claude Code from thapaliyabikendra/ai-artifacts. It costs 42 tokens per session (2,848 once invoked), scanned A, original, Apache-2.0.

A fixed format for code-review reports. It requires each finding to include a severity, a file and line location, and a suggested fix for serious issues.

In plain words
What is it for?
Writing code reviews, pull-request feedback, security audits, and performance reviews with categorized, actionable findings.
Why use it?
It makes review feedback easier to prioritize and act on. Readers can see which problems block a merge and where the code needs attention.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Writing code reviews, pull-request feedback, security audits, and performance reviews with categorized, actionable findings.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/thapaliyabikendra/ai-artifacts/actionable-review-format-standards
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 thapaliyabikendra/ai-artifacts --skill actionable-review-format-standards
Clone the repo
git clone --depth 1 https://github.com/thapaliyabikendra/ai-artifacts

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 actionable-review-format-standards

README.md
[![agentmods](https://agentmods.dev/badge/skills/thapaliyabikendra/ai-artifacts/actionable-review-format-standards/github.svg)](https://agentmods.dev/skills/thapaliyabikendra/ai-artifacts/actionable-review-format-standards)
Your own site
<a href="https://agentmods.dev/skills/thapaliyabikendra/ai-artifacts/actionable-review-format-standards"><img src="https://agentmods.dev/badge/skills/thapaliyabikendra/ai-artifacts/actionable-review-format-standards/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 actionable-review-format-standards

Your own site · 80×15
<a href="https://agentmods.dev/skills/thapaliyabikendra/ai-artifacts/actionable-review-format-standards"><img src="https://agentmods.dev/badge/skills/thapaliyabikendra/ai-artifacts/actionable-review-format-standards.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,848 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.00042 $0.02848
Opus 5 $0.00021 $0.01424
Sonnet 5 $0.00008 $0.00570
Haiku 4.5 $0.00004 $0.00285

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

Security

Grade A, and why

actionable-review-format-standards 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 11d 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.

.claude/skills/actionable-review-format-standards/SKILL.md · 492 lines

How it starts

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

Actionable Review Format Standards

Standardized output format for code reviews ensuring consistent, actionable, and prioritized feedback across all reviewer agents.

When to Use This Skill

  • Generating code review reports
  • Formatting PR feedback
  • Creating security audit reports
  • Producing performance review outputs
  • Any review output requiring severity classification

Core Principles

  1. Every issue has a severity - Never leave findings unclassified
  2. Every issue has a location - Always include file:line references
  3. Every blocking issue has a fix - Provide code snippets for Critical/High
  4. Summary before details - Lead with counts and verdicts
  5. Categorize by concern - Group Security, Performance, Patterns separately

Severity Classification

Severity Levels

Level Icon Criteria Action Required
CRITICAL 🔴 Security vulnerabilities, data loss risk, system crashes Must fix before merge
HIGH 🟠 Significant bugs, missing authorization, performance blockers Should fix before merge
MEDIUM 🟡 Code quality issues, minor bugs, missing validation Fix soon, not blocking
LOW 🟢 Style issues, minor improvements, suggestions Nice to have
INFO 💡 Educational comments, alternative approaches No action required

Severity Decision Tree

Is it a security vulnerability?
├── Yes → CRITICAL
└── No → Can it cause data loss or corruption?
         ├── Yes → CRITICAL
         └── No → Can it cause system crash/downtime?
                  ├── Yes → HIGH
                  └── No → Does it break functionality?
                           ├── Yes → HIGH
                           └── No → Does it affect performance significantly?
                                    ├── Yes → MEDIUM
                                    └── No → Is it a code quality issue?
                                             ├── Yes → MEDIUM/LOW
                                             └── No → LOW/INFO

Read the full file on GitHub · 492 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. 11d ago First seen · 492 lines · 42 tokens per session scan A c6063ac5877f

Subscribe to this mod's changes

actionable-review-format-standards is a skill published in the GitHub repository thapaliyabikendra/ai-artifacts (24 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 42 tokens to every session and 2,848 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-30.