adversarial-review
仓库创建 2025年6月14日最近提交 1 个月前SkillHot 收录 22 天前
▸ 精选理由
适合发布前的防错与安全检查,补盲点
这个 Skill 做什么
以假定出错视角对代码或产品进行对抗性审查,找出潜在缺陷。
以“它肯定有问题”的思路对刚实现的功能或整个代码库做对抗性审查,目标是主动找出失败场景而不是确认通过。适合实现完成后、发版前或需要敌对视角复核时使用,会派出不同视角的审查员(正确性、安全、极端环境)并尽量运行并复现问题再确认。与静态 code review 不同,会实际运行目标来验证发现。
▸ 展开 SKILL.md 英文原文
Adversarially review something just built — presume it is broken and find where. Use after implementing a feature, finishing a build, or before shipping, or whenever ATLAS or Boss wants a hostile second opinion on a diff, a running app, or a whole codebase. Spawns clean-context reviewers with opposing lenses (correctness, security, empty-world) and reproduces every finding by running the target before believing it. Distinct from /code-review, which statically reads a diff and never runs the app.
313
Stars
56
Forks
20
仓库内 Skill
+5
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/main/.claude/skills/adversarial-review/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/main/.claude/skills/adversarial-review/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Adversarial review — presume it broken, find where A normal review reads code and looks for reasons to approve it. An adversarial review starts from the opposite prior: **this was just built, it is presumed broken, and the job is to find where.** The builder believes in their work — that belief is exactly the blind spot. So the reviewer must be incentivized to find failure, not confirm success, and must work *without the builder's context* so it cannot inherit the builder's assumptions. This skill is the canonical adversarial-review protocol for ATLAS. Reach for it autonomously after building anything non-trivial, before shipping, or when handed unfamiliar code to harden. ## When to use
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有