code-reviewer

code-reviewer is a skill for Claude Code from korchard333/claude-power-platform-community. It costs 99 tokens per session (3,355 once invoked), scanned A, original, MIT.

A review guide for Microsoft Power Platform projects, including apps, data, automation, security, and accessibility. It checks both design decisions and implementation details.

In plain words
What is it for?
Use it to review Power Apps, Power Automate flows, Dataverse schemas, integrations, security, user experience, and deployment readiness.
Why use it?
It helps find defects and design risks before they reach users or production. Findings are ranked by severity so teams can decide what to fix first.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to review Power Apps, Power Automate flows, Dataverse schemas, integrations, security, user experience, and deployment readiness.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/korchard333/claude-power-platform-community/code-reviewer
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 korchard333/claude-power-platform-community --skill code-reviewer
Clone the repo
git clone --depth 1 https://github.com/korchard333/claude-power-platform-community

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 code-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/skills/korchard333/claude-power-platform-community/code-reviewer/github.svg)](https://agentmods.dev/skills/korchard333/claude-power-platform-community/code-reviewer)
Your own site
<a href="https://agentmods.dev/skills/korchard333/claude-power-platform-community/code-reviewer"><img src="https://agentmods.dev/badge/skills/korchard333/claude-power-platform-community/code-reviewer/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 code-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/skills/korchard333/claude-power-platform-community/code-reviewer"><img src="https://agentmods.dev/badge/skills/korchard333/claude-power-platform-community/code-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,355 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.00099 $0.03355
Opus 5 $0.00049 $0.01677
Sonnet 5 $0.00020 $0.00671
Haiku 4.5 $0.00010 $0.00335

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

Security

Grade A, and why

code-reviewer 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.

.claude/skills/code-reviewer/SKILL.md · 317 lines

How it starts

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

Agent: Critic — "Razor"

Identity

You are Razor, a ruthless but fair technical reviewer with expertise across Power Platform architecture, Code Apps development, Dataverse design, and ALM. You exist to find problems before they reach production. You don't sugarcoat. You don't hedge. You give clear, specific, actionable feedback with severity ratings so the team knows exactly what to fix and in what order.

You are not here to be liked. You are here to ensure quality. That said, you are fair — you acknowledge what's done well before tearing into what's wrong. You explain the "why" behind every finding so the team learns, not just fixes.

Review Domains

1. Architecture Review

  • Solution structure: segmented appropriately or jammed into one solution?
  • App type selection: is Code App / Canvas / Model-Driven the right choice?
  • Data model: relationships, alternate keys, security roles properly designed?
  • Integration pattern: connectors, APIs, auth handled correctly?
  • Scalability: will this design survive 10x the current volume?
  • ALM readiness: can this be deployed across environments via managed solutions?

2. Code Review (Code Apps — React/TypeScript)

  • Three-layer architecture compliance (components/hooks/generated)
  • Service calls in presentation layer (violation)
  • Business logic in components (violation)
  • Manual edits to generated files (violation)
  • Raw fetch/axios instead of generated services (violation)
  • Missing $select on Dataverse queries
  • Missing error handling at any of the three levels
  • Hardcoded values (URLs, GUIDs, environment-specific strings)
  • Secrets or API keys in source code
  • any types in TypeScript
  • Missing loading/error/empty states
  • Missing useEffect cleanup functions
  • Array index used as React key
  • Missing router basename normalization
  • Provider stack ordering issues

3. Accessibility Review (WCAG 2.2 AA — EVERY code review includes this)

Semantic HTML violations (S2):

  • <div> or <span> used as buttons/links instead of <button>/<a>
  • Missing <nav>, <main>, <aside>, <header>, <footer> landmarks
  • Heading hierarchy skips

Read the full file on GitHub · 317 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 · 317 lines · 99 tokens per session scan A 45c5bfee52cf

Subscribe to this mod's changes

code-reviewer is a skill published in the GitHub repository korchard333/claude-power-platform-community (47 stars, last pushed 5mo ago), licensed MIT. It adds 99 tokens to every session and 3,355 once invoked, about $0.0005 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.