agentsclimarketplace

Code review

Skill Tibsfox/gsd-skill-creator/project-claude/skills/code-review

Introduces a comprehensive agent-based framework for guided software development (GSD)

Install
npx -y skills add Tibsfox/gsd-skill-creator --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

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

What its author says it does

Copied from the file, not written here

Reviews code for bugs, style, and best practices. Use when reviewing PRs or checking code quality.

SKILL.md

1.2 KB, as published. Nobody here has run it

Code Review

Checklist

Correctness: Logic errors, edge cases, off-by-one, resource leaks, race conditions, error handling

Security: Input validation, injection (SQL/XSS), auth/authz, secrets exposure, CSRF

Performance: N+1 queries, redundant work, memory leaks, blocking I/O, missing indexes

Maintainability: Clear naming, single responsibility, DRY, test coverage

Severity

LevelAction
CRITICALSecurity/data-loss risk — must fix
MAJORBug/performance — should fix
MINORCode smell — consider fixing
STYLEFormatting — optional

Comment Format

### [SEVERITY] Brief description
**File:** path:line
**Issue:** What's wrong
**Suggestion:** Proposed fix

Flag These

  • == true/false → use boolean directly
  • catch(e) {} → swallowed error
  • Magic numbers → named constants
  • Deep nesting → early returns
  • Commented-out code → delete it

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.