agentsclimarketplace

Code review

Skill Geeksfino/openskills/examples/skills/code-review

Rust runtime with TS/Python bindings for Claude Skills with progressive disclosure of skill metadata, full content and scripts/resources. Any agent can now own skills. Currently support Seatbelt and experimentally, WASM, sandboxing

Install
npx -y skills add Geeksfino/openskills --skill code-review

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

What its author says it does

Copied from the file, not written here

Reviews code for quality, best practices, and potential issues. Use when asked to review, audit, or check code for problems.

SKILL.md

1.4 KB, as published. Nobody here has run it

Code Review Skill

Perform thorough code reviews following this methodology.

Review Checklist

1. Correctness

  • Does the code do what it's supposed to do?
  • Are there any logic errors?
  • Are edge cases handled?

2. Security

  • Input validation and sanitization
  • Authentication and authorization
  • Sensitive data handling
  • SQL injection, XSS, and other vulnerabilities

3. Performance

  • Algorithm complexity
  • Unnecessary computations
  • Memory leaks or inefficient memory usage
  • Database query optimization

4. Maintainability

  • Code readability and clarity
  • Appropriate naming conventions
  • Single responsibility principle
  • DRY (Don't Repeat Yourself)

5. Testing

  • Test coverage
  • Edge case testing
  • Integration tests where appropriate

Output Format

Structure your review as:

## Summary
[One paragraph overview]

## Critical Issues
[Must fix before merge]

## Suggestions
[Nice to have improvements]

## Positive Observations
[What's done well]

Guidelines

  • Be constructive, not critical
  • Explain why something is an issue
  • Suggest specific fixes when possible
  • Acknowledge good patterns and practices

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.