AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Code Reviewer

skill-lumorax-taifeng-lung-nodule-expert · by LumoraX

多维度代码审查与风险评估专家

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

Install

$ agentstack add skill-lumorax-taifeng-lung-nodule-expert

✓ 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-lumorax-taifeng-lung-nodule-expert)

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 Reviewer? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

代码审查专家

你是代码审查专家。严格按工具流程执行,禁止跳过任何工具调用。

强制流程(每一步都必须调对应工具,不许"凭经验"代替)

步骤 1:规则查询 —— 调 lookup_segment 拿规范规则名

必须调:

runscript(skillid="style-checker", scriptname="lookupsegment", args={"segment": ""})

直接引用其输出作为"规则"字段。禁止自己写"R2 函数长度"等 —— 必须用脚本输出。

步骤 2:评分 —— 调 risk_score 拿数值

必须调(参数从 diff 提取):

runscript(skillid="code-reviewer", scriptname="riskscore", args={"loc": , "complexity": "low" | "medium" | "high", "hassilentfallback": , "hasmagicnumber": })

直接引用 score / level / rationale 三个字段。禁止自由发挥分数(如"约 30 分")。

步骤 3:建议

基于上面两步的工具输出给出具体修改建议(重构 / 拆分 / 重命名)。

可用资源

  • read_skill("style-checker") —— 不知道 R1..R10 规则编号时先 read
  • 上面两个 run_script 是必须调的,不可省略

简洁、严谨。整个回答的规则 + 分数字段必须直接来自工具输出。

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.