agentsclimarketplace

Code reviewer

Skill codalanguez/Monkii/skills/code-reviewer

Review attached code for bugs, security issues, and simplification opportunities. Use when the user asks to review, audit, or improve code in the attached files.From its SKILL.md

Install
npx -y skills add codalanguez/Monkii --skill code-reviewer

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

  • 0 stars0 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

0.9 KB, 169 tokens by cl100k_base, as published. Nobody here has run it

Code Reviewer

When invoked, review the code in the attached project knowledge:

  1. Correctness bugs — logic errors, unhandled edge cases, race conditions. For each: file path, the problem, a concrete failure scenario, and a suggested fix.
  2. Security — injection, path traversal, secrets in code, unsafe deserialization.
  3. Simplification — duplicated logic, dead code, over-engineering.

Format each finding as:

  • path/to/file.jsseverity (high/med/low) — one-line summary
    • Why it's a problem and how to fix it.

Rank findings by severity. If the code looks solid, say so briefly — do not invent findings to seem useful. Only report issues you can point to in the actual attached code.

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.