power-platform-developer-suite: Skill for Claude Code

.claude/skills/review/SKILL.md

review is a skill for Claude Code from joshsmithxrm/power-platform-developer-suite. It costs 28 tokens per session (1,346 once invoked), scanned A, original, MIT.

A code-review procedure designed to reduce reviewer bias by showing the reviewer only the code changes, governing rules, and acceptance requirements. Acceptance requirements are the conditions the change must satisfy.

In plain words
What is it for?
Use it to review staged or recent changes, match them to applicable specifications, and identify bugs or missed requirements in the changed code.
Why use it?
It helps reviewers find defects that can be overlooked when they know the author’s plan or intentions. The input says it checks the relevant repository diff and specifications.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: mentions subagents.

This is joshsmithxrm/power-platform-developer-suite's own configuration. It tells Claude Code how to work on power-platform-developer-suite itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything power-platform-developer-suite configures →

Reuse

Borrowing it

Nothing to install: this file belongs to joshsmithxrm/power-platform-developer-suite. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/joshsmithxrm/power-platform-developer-suite/main/.claude/skills/review/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/joshsmithxrm/power-platform-developer-suite

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/joshsmithxrm/power-platform-developer-suite/review.svg)](https://agentmods.dev/skills/joshsmithxrm/power-platform-developer-suite/review)
Your own site
<a href="https://agentmods.dev/skills/joshsmithxrm/power-platform-developer-suite/review"><img src="https://agentmods.dev/badge/skills/joshsmithxrm/power-platform-developer-suite/review.svg" alt="Measured on agentmods" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,346 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00028 $0.01346
Opus 5 $0.00014 $0.00673
Sonnet 5 $0.00006 $0.00269
Haiku 4.5 $0.00003 $0.00135

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

Security

Grade A, and why

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 6d 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/review/SKILL.md · 134 lines

How it starts

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

Review

Code review with structural bias prevention. The reviewer gets NO implementation context — no plan, no task descriptions, no "what we were trying to do." They get ONLY: the diff, the file contents, the constitution, and relevant spec ACs. They read code and find bugs.

Why This Exists

Evidence from vscode-extension-mvp worktree:

  • Biased review (reviewer had implementation context): found 1 issue
  • Independent review (fresh session, no context): found 30 issues

Same code. 30x difference. Reviewer bias is measurable and severe.

Input

$ARGUMENTS = optional scope (e.g., src/PPDS.Cli/Tui/ to limit review). Default: review all staged/recent changes.

Process

Step 1: Gather Review Material

# Ensure local main ref is current (worktrees can be stale)
git fetch origin main --quiet

git diff main...HEAD --stat
git diff main...HEAD

If $ARGUMENTS specifies a scope, filter the diff to those paths only.

Step 2: Load Spec Context (NO implementation context)

  • Read specs/CONSTITUTION.md
  • Map changed files to specs by grepping all specs/*.md files for **Code:** frontmatter lines. Match changed file paths against code path prefixes to find governing specs.
  • Read each relevant spec — extract ONLY the ## Acceptance Criteria section
  • Do NOT read any plan files, task descriptions, or implementation notes

Step 2b: Load QA Findings for Dedup

If .qa-findings.json exists at the repo root (written by /qa), include it in each reviewer subagent prompt as an "Already found by QA" appendix. QA findings are permitted reviewer metadata — the sanctioned exception to Step 3's isolation rule: they reveal prior findings, not implementation intent, and reviewers may use them ONLY for deduplication. Reviewers should NOT re-report QA findings that were fixed (fixed: true) unless the fix introduced a new problem. If the file is absent, skip this step.

Step 3: Dispatch Impartial Reviewer

For large diffs (>10 files), use per-file chunking instead of a single subagent:

Read the full file on GitHub · 134 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. 6d ago First seen · 134 lines · 28 tokens per session scan A c80f0543082f

Subscribe to this mod's changes

review is a skill published in the GitHub repository joshsmithxrm/power-platform-developer-suite (7 stars, last pushed 6d ago), licensed MIT. It adds 28 tokens to every session and 1,346 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-08-31.

Related

Other skills, from other repositories

dynamics365-expert

Expert in Dynamics 365 platform, model-driven apps, canvas apps, Power Automate flows, Dataverse, plugins, and custom workflows. Use when the user mentions Microsoft platforms, ERP, CRM, business apps, the Power Platform, or Dataverse, or when the task involves Dynamics 365 Applications, Dataverse Platform…

personamanagmentlayer/pcl · 80 tokens

find-simplifications

Use for a periodic repo-wide sweep of qwen-code for accumulated excess surface — dead components and files, orphaned locale keys, exports nothing consumes, added-then-removed scaffolding — filing candidates on a tracking issue and landing only what a maintainer has said yes to. Repo-wide and evidence-first; every…

QwenLM/qwen-code · 103 tokens

swarm-pr-review

Run a graph-guided, tool-augmented PR review using context packing, parallel exploration, mandatory repository-agnostic risk-family coverage with dispatch scaled to diff size and risk, independent reviewer validation, critic challenge, and metrics writeback. Use for deep pull request review with low false-positive…

ZaxbyHub/opencode-swarm · 91 tokens

review

Validate plans, execution, or PRs against wish criteria — returns SHIP / FIX-FIRST / BLOCKED with severity-tagged gaps.

automagik-dev/genie · 29 tokens

include-test-files-that-assert-on-behavior-being-changed-in-decl

When delegating a task affected by this skill, include.

ZaxbyHub/opencode-swarm · 29 tokens

address-review

Read PR review comments from GitHub, evaluate, address, and reply.

fpindej/netrock · 14 tokens