AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified CC0-1.0 Self-run

Code Review

skill-jackyst0-awesome-agent-skills-code-review · by JackyST0

Smart code review skill that helps review code quality, identify potential issues, and provide improvement suggestions.

No reviews yet
0 installs
2 views
0.0% view→install

Install

$ agentstack add skill-jackyst0-awesome-agent-skills-code-review

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-jackyst0-awesome-agent-skills-code-review)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Code Review? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Code Review

> 智能代码审查技能,帮助审查代码质量、发现潜在问题、提供改进建议。 > > Smart code review skill that helps review code quality, identify potential issues, and provide improvement suggestions.

When to Use

当用户请求以下操作时使用此 skill:

  • 审查代码 / Review code
  • 检查代码质量 / Check code quality
  • 寻找代码中的问题 / Find issues in code
  • 请求代码改进建议 / Request improvement suggestions

Instructions

审查步骤 / Review Steps

  1. 阅读代码 - 仔细阅读提供的代码
  2. 检查问题
  • 语法错误 / Syntax errors
  • 逻辑问题 / Logic issues
  • 安全隐患 / Security vulnerabilities
  • 性能问题 / Performance issues
  • 代码风格 / Code style
  1. 提供建议 - 给出具体的改进建议
  2. 输出报告 - 使用标准格式生成审查报告

输出格式 / Output Format

## 代码审查报告 / Code Review Report

### 概述 / Summary
[简要总结 / Brief summary]

### 发现的问题 / Issues Found
- [ ] 问题 1 / Issue 1
- [ ] 问题 2 / Issue 2

### 改进建议 / Suggestions
1. 建议 1 / Suggestion 1
2. 建议 2 / Suggestion 2

### 评分 / Score
- 代码质量 / Code Quality: X/10
- 可读性 / Readability: X/10
- 可维护性 / Maintainability: X/10

Examples

输入 / Input

def calc(x,y):
    return x+y

输出 / Output

代码审查报告

概述

简单的加法函数,存在命名和格式问题。

发现的问题

  • [ ] 函数名 calc 不具描述性
  • [ ] 缺少类型提示
  • [ ] 缺少文档字符串
  • [ ] 运算符周围缺少空格

改进建议

  1. 将函数重命名为 add_numbers
  2. 添加类型提示:def add_numbers(x: int, y: int) -> int:
  3. 添加 docstring 说明函数用途
  4. 遵循 PEP 8 格式规范

评分

  • 代码质量: 6/10
  • 可读性: 7/10
  • 可维护性: 5/10

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.