A systematic self-review process for examining your own code diffs before external review.

Install

mkdir -p .claude/skills/review-navikt && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/19333" && unzip -o skill.zip -d .claude/skills/review-navikt && rm skill.zip

Installs to .claude/skills/review-navikt

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Brukes når du skal gå gjennom DIN EGEN diff før du ber om kryssmodell-review (grill-inspektor) eller åpner PR: en uforpliktet endring, en branch mot main, eller diffen siden et fast punkt skal granskes for korrekthet, regresjon, kanttilfeller og scope. Trigget når du nettopp har skrevet ferdig kode i implementer-fasen, eller når noen sier 'selvreview', 'gå gjennom egen diff', 'review før PR', 'review siden X'.
413 charsno explicit “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Intermediate

Key capabilities

  • Review diffs for correctness and regressions
  • Check for edge cases and scope creep
  • Verify compliance with repository conventions
  • Identify missing test coverage
  • Validate ADR adherence

How it works

The skill provides a structured framework for developers to examine their own code changes across six specific axes before submitting for external review.

Inputs & outputs

You give it
Reference point for diff comparison
You get back
Self-review findings and code corrections

When to use review

  • Perform a final diff check before opening a PR
  • Review uncommitted changes for correctness
  • Identify blind spots in implemented code

About review

Forces an objective examination of your own code changes to catch oversights, regressions, and scope issues, acting as a final cleanup before manual or model-based review.

Brukes når du skal gå gjennom DIN EGEN diff før du ber om kryssmodell-review (grill-inspektor) eller åpner PR: en uforpliktet endring, en branch mot main, eller diffen siden et fast punkt skal granskes for korrekthet, regresjon, kanttilfeller og scope. Trigget når du nettopp har skrevet ferdig kode

When not to use it

  • When the diff is empty
  • When the fast point cannot be resolved

Prerequisites

Commit-SHA, branch, tag, or reference point

Limitations

  • Does not replace external kryssmodell-review
  • Limited to the defined six axes of review

How it compares

It forces a deliberate, adversarial reading of one's own code to catch obvious errors before utilizing more expensive review resources.

Compared to similar skills

review side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
review (this skill)01moReviewIntermediate
python-testing-patterns773moReviewIntermediate
dependency-upgrade266moReviewIntermediate
test-cases578moNo flagsBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry