Install
$ agentstack add skill-lumorax-taifeng-lung-nodule-expert ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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.
- Author: LumoraX
- Source: LumoraX/taifeng
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.