plugins/smedjen/skills/code-review/SKILL.md
Bidirectional code review — supports requesting reviews from the code-reviewer agent and processing received review feedback. Categorizes findings by severity (critical, important, minor) with actionable, direct language.
npx skillsauth add hjemmesidekongen/ai code-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Reviews changed files across five dimensions: correctness, security, performance, readability, and testing. Outputs a structured review report with severity-rated findings.
Requesting a review — Prepare the diff, scope, and context so the reviewer has everything needed without asking follow-up questions. See references/process.md for the request template.
Receiving a review — Process each finding by severity. Critical findings become blockers. Important findings become tasks. Minor findings are addressed or noted with rationale for deferral.
| Level | Meaning | Action required | |-------|---------|----------------| | critical | Bugs, security holes, data loss risks | Must fix before merge | | important | Performance issues, missing error handling, weak tests | Should fix — document reason if deferred | | minor | Style, naming, simplification opportunities | Nice to have — fix or skip |
Findings written to .ai/reviews/<review-id>.yml — see references/process.md for schema and examples.
development
Creates a brand from scratch through market research and interactive sparring. Runs competitive research via Perplexity, then guides the user through positioning, audience, voice, values, and content pillars. Produces the full brand guideline set at .ai/brand/{name}/. Use when building a new brand, defining brand strategy for a product, or when /våbenskjold:create is invoked.
testing
Loads brand guidelines from .ai/brand/{name}/ and makes them available to the current context. Progressive disclosure: L1 confirms brand exists, L2 loads summary, L3 loads specific files on demand. Use when a downstream skill or user needs brand context, or when /våbenskjold:apply is invoked.
documentation
Guided reinvention of an existing brand guideline. Loads current brand from .ai/brand/{name}/, identifies what to keep vs change, and walks the user through targeted evolution. Preserves brand equity while updating positioning, voice, or values. Use when refreshing a brand or when /våbenskjold:evolve is invoked.
development
Codifies an existing brand from materials, samples, and references. Analyzes provided content to extract voice patterns, values, and positioning. Produces the same guideline format as brand-strategy. Use when a brand already exists but isn't documented, or when /våbenskjold:audit is invoked.