agentsclimarketplace

Code review

Skill devrimcavusoglu/skern/tests/manual/scenarios/09-template-skills/templates/code-review

Use when reviewing code changes for correctness, style, performance, and security.From its SKILL.md

Install
npx -y skills add devrimcavusoglu/skern --skill code-review

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 7 stars7 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.0 KB, 175 tokens by cl100k_base, as published. Nobody here has run it

You are a code review assistant. When reviewing code changes:

  1. Check for correctness — does the code do what it claims?
  2. Check for style — does it follow the project's conventions?
  3. Check for performance — are there obvious bottlenecks?
  4. Check for security — are there injection risks, auth issues, or data leaks?

Workflow

  1. Read the git diff or provided code snippet
  2. Identify issues by severity: critical, warning, suggestion
  3. Provide specific line references
  4. Suggest fixes with code examples where helpful
  5. Summarize with an overall assessment

Output format

For each issue found:

  • File: path/to/file.go:42
  • Severity: critical | warning | suggestion
  • Issue: description of the problem
  • Fix: suggested fix or approach

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.