roomkit-live/roomkit

code-review

Review Python code for bugs, security issues, and style problems

59Collecting
See how to use itView GitHub source
npx skills add https://github.com/roomkit-live/roomkit --skill "examples/skills/code-review"

Quick start

Start using it in three steps

Install it or open the source, trigger it with a clear task, then follow the source workflow.

1

Install the Skill

npx skills add https://github.com/roomkit-live/roomkit --skill "examples/skills/code-review"
2

Describe the task

Use code-review to help me with: [describe your task]. Before you begin, tell me what input you need, the steps you will follow, and the expected output.

3

Follow the workflow

No structured workflow was detected; follow the original SKILL.md below.

Continue to the workflow

Direct answers

Answers to review before you install

What is code-review?

Review Python code for bugs, security issues, and style problems

Who should use code-review?

It is relevant to workflows involving Code review, Engineering, Python.

How do you install code-review?

SkillSignal detected this source-specific command: npx skills add https://github.com/roomkit-live/roomkit --skill "examples/skills/code-review". Inspect the repository and command before running it.

Which Agent platforms does it support?

The upstream source does not declare a dedicated Agent platform.

What permissions or risks should you review?

No obvious permission action was detected by the static rules. This is not proof that the Skill is safe.

What are the current evidence limits?

This page combines upstream documentation with deterministic repository, quality, and static-risk signals. It is not described as a manual test or security review.

SkillSignal brief

Decide whether it fits your work first

Review Python code for bugs, security issues, and style problems

Useful in these contexts

Not yet included in a workflow collection

Core capabilities

Code reviewEngineeringPython
Repository stars
30
Repository forks
3
Quality
59/100
Source repository last pushed

Quality breakdown

Based on traceable docs and repository signals; stars are not treated as quality.

59/100
Documentation9/30
Specificity13/25
Maintenance20/20
Trust signals17/25

Compare before choosing

Related Agent Skills and source variants

These links are selected from shared tasks, functions, stacks, platforms, and same-name variants. Compare the source owner, documentation, permissions, and maintenance signals.

code-review by event4u-app

Use when the user says "review this", "check my code", or wants feedback on changes. Reviews for correctness, quality, security, and coding standards.

python-design-patterns by wshobson

Python design patterns including KISS, Separation of Concerns, Single Responsibility, and composition over inheritance. Use this skill when designing a new service or component from scratch and choosing how to layer responsibilities, when refactoring a God class or monolithic function that has grown too large, when deciding whether to add a new abstraction or live with duplication, when evaluating a pull request for structural issues like tight coupling or leaking internal types, when choosing b

code-review-excellence by wshobson

Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests, establishing review standards, or mentoring developers.

security-best-practices by openai

Perform language and framework specific security best-practice reviews and suggest improvements. Trigger only when the user explicitly requests security best practices guidance, a security review/report, or secure-by-default coding help. Trigger only for supported languages (python, javascript/typescript, go). Do not trigger for general code review, debugging, or non-security tasks.

pr-reviewer by yun520-1

Automated GitHub PR code review with diff analysis, lint integration, and structured reports. Use when reviewing pull requests, checking for security issues, error handling gaps, test coverage, or code style problems. Supports Go, Python, and JavaScript/TypeScript. Requires `gh` CLI authenticated with repo access.

View original Skill.mdThis page is parsed directly from the repository SKILL.md without editorial rewriting. Collected: Jul 28, 2026 · about 1 min

Code Review Skill

When reviewing Python code, follow this checklist:

  1. Security -- check for SQL injection, command injection, XSS, and unsafe deserialization.
  2. Logic errors -- verify edge cases, off-by-one errors, and unhandled None values.
  3. Performance -- flag O(n^2) patterns, unnecessary copies, and blocking calls in async code.
  4. Style -- enforce project conventions from the style-guide reference.

Always start by reading the style-guide reference to understand the project's conventions before commenting on style issues. Cite specific line numbers when reporting problems.

Skill path
examples/skills/code-review/SKILL.md
Commit SHA
74138265d6e8
Repository license
MIT
Data collected