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

Ccdawn Simplification Review

skill-ccdawn-codex-skills-ccdawn-simplification-review · by CCDawn

Use when the user explicitly asks whether a diff, PR, branch, commit range, or proposed patch is over-engineered or can be made smaller, or when concrete evidence makes removable complexity the primary review question; do not attach it to every code review.

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

Install

$ agentstack add skill-ccdawn-codex-skills-ccdawn-simplification-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-ccdawn-codex-skills-ccdawn-simplification-review)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo 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 Ccdawn Simplification Review? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

CCDawn 精简审查

目标

只读审查当前变更中的非必要复杂度,给出有证据、可执行的删减建议。它补充正确性审查,不替代 ccdawn-pr-review

BRT interface

  • Context Boundary: 当前 diff/PR/base-head、已对齐需求、必要兼容与安全约束、明确排除范围。
  • Output Contract: 按收益排序的精简 findings、保留理由、与正确性审查的组合路由。
  • Allowed Action: 只读;不修改文件、不移动 HEAD、不改 index、不合并或推送。
  • Success Evidence: 每条 finding 都绑定文件/行号或 diff 证据,且说明删除或替代后如何保持行为。
  • Stop Condition: 没有可审 diff、需求边界不明、建议会改变用户行为、或发现问题主要属于正确性/安全/性能。
  • Route Out: ccdawn-pr-review、对应开发 owner、ccdawn-planningccdawn-brt 或 BLOCKED。

统一调用契约

  • 只处理 BRT interface 范围;不匹配时回 ccdawn-brt 或更具体 owner,复合任务不吞其他 owner。
  • 用户可见内容默认中文,完成只报状态、产出、证据和剩余风险;代码、命令、路径、错误原文、API/协议、skill 名和枚举保留原样;Route Out 仅以 BRT interface 为准,末行写 下一步建议:

审查规则

  1. 先读需求和 diff,只检查本次新增或改动造成的复杂度。
  2. 优先寻找:可删除代码、标准库/平台原生替代、单实现抽象、单调用转发层、无人使用的配置能力、重复逻辑和不必要依赖。
  3. 只报告净收益明确且不会破坏已确认行为、信任边界、无障碍、兼容、迁移、恢复或必要测试的项。
  4. 不为减少行数牺牲可读性、错误处理、类型约束或真实扩展需求;无法证明时写“保留”,不要强行给 finding。
  5. 正确性、安全、性能或需求偏离交给 ccdawn-pr-review;两类问题同时存在时组合路由,不互相替代。

标签:删除标准库原生能力暂不需要收缩

输出

默认中文,先 findings 后结论:

精简审查:
- 结论: LEAN / CUTS_AVAILABLE / BLOCKED
- 范围: ...

Findings:
- [标签] [文件:行] 删减对象;替代方式;行为保持证据;预计收益。

保留项:
- 看似复杂但必须保留的约束及证据。

组合路由:
- 正确性/安全/性能问题 -> ccdawn-pr-review
- 可直接精简 -> 对应开发 owner

下一步建议: 

只有实际测量时才给精确净减行数或依赖数;否则使用区间或定性收益。没有可删项时明确说明当前变更已经足够精简。

本 skill 的复杂度视角借鉴 Ponytail(MIT),并按 CCDawn 的中文输出、证据和 owner 契约重新组织。

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.