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.zipInstalls 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'.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
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
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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| review (this skill) | 0 | 1mo | Review | Intermediate |
| python-testing-patterns | 77 | 3mo | Review | Intermediate |
| dependency-upgrade | 26 | 6mo | Review | Intermediate |
| test-cases | 57 | 8mo | No flags | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by navikt
View all by navikt →You might also like
python-testing-patterns
wshobson
Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.
dependency-upgrade
wshobson
Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.
test-cases
cexll
This skill should be used when generating comprehensive test cases from PRD documents or user requirements. Triggers when users request test case generation, QA planning, test scenario creation, or need structured test documentation. Produces detailed test cases covering functional, edge case, error handling, and state transition scenarios.
reviewing-code
CaptainCrouton89
Systematically evaluate code changes for security, correctness, performance, and spec alignment. Use when reviewing PRs, assessing code quality, or verifying implementation against requirements.
wcag-audit-patterns
wshobson
Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for accessibility, fixing WCAG violations, or implementing accessible design patterns.
code-coverage-with-gcov
gadievron
Add gcov code coverage instrumentation to C/C++ projects