challenge
仓库创建 2026年2月12日最近提交 3 小时前SkillHot 收录 20 天前
▸ 精选理由
适合 PR/设计评审时深度挖掘风险与假设。
这个 Skill 做什么
对变更进行严格质询式审查,逼出边界与潜在缺陷。
把变更拿到火炉上烤,采用严苛的质询方式找出边界条件、竞态、遗漏与设计缺陷,常用于审查 Ecto 变更、LiveView 事件、OTP 设计或准备合并的 PR。遵循“不验证不通过、默认有 bug、事事质疑”的原则,不轻易批准,只在所有问题被验证和解决后通过。目标是把表面可行变成经得起实际使用的方案。
▸ 展开 SKILL.md 英文原文
Challenge mode reviews - rigorous questioning before approving changes. Use when you want thorough scrutiny of Ecto changes, LiveView events, OTP designs, or PR readiness.
505
Stars
34
Forks
40
仓库内 Skill
+35
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/oliver-kriska/claude-elixir-phoenix/main/plugins/elixir-phoenix/skills/challenge/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/oliver-kriska/claude-elixir-phoenix/main/plugins/elixir-phoenix/skills/challenge/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Challenge Mode Reviews Rigorous, critical review patterns inspired by Boris Cherny's "Grill me" approach. Push beyond first solutions to ensure quality. ## Iron Laws - Never Violate These 1. **No approval without verification** - Don't approve until all concerns addressed 2. **Assume bugs exist** - Look for edge cases, race conditions, missing handlers 3. **Question everything** - Even "obvious" code can hide issues 4. **Demand proof** - Ask for tests, show state transitions, verify behavior ## Adversarial Lenses (Apply to ALL Modes) 1. **"What Would Break This?"** — Production failure modes under load, during deploys, with unexpected data 2. **"Assumption Stress Test"** — List every
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有