agentsclimarketplace

Code review

Skill skael-dev/skael/examples/code-review

Install
npx -y skills add skael-dev/skael --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

  • 8 stars8 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.

What its author says it does

Copied from the file, not written here

Perform thorough code reviews focusing on correctness, security, and maintainability.

The file declares its own license as Apache-2.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

0.9 KB, as published. Nobody here has run it

code-review

When to use

Use this skill when asked to review code changes, pull requests, or files for quality issues.

Process

  1. Read the changed files completely before commenting
  2. Check for correctness bugs first
  3. Check for security issues (injection, auth bypass, data exposure)
  4. Check for maintainability (naming, structure, complexity)
  5. Provide specific, actionable feedback with line references

Principles

  • Be specific: "line 42: this SQL query is vulnerable to injection" not "watch out for SQL injection"
  • Suggest fixes, don't just point out problems
  • Acknowledge good patterns when you see them
  • Prioritize: blocking issues first, then improvements, then style

Keep looking

Skills are one crate of 328,083. 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.