crucible

仓库创建 2026年7月26日最近提交 4 小时前SkillHot 收录 2 小时前
▸ 精选理由

可自动收敛差异集,减少死码与不必要抽象。

▸ 风险提示

会修改/删除代码,需代码审查与备份以防误删。

这个 Skill 做什么

自动迭代精简代码变更,删除冗余并通过测试验证。

自动循环精简代码改动:删掉死代码、扁平化多余抽象、保持严格分层,并在每轮都跑测试保证不破坏行为。适合用于简化 feature 或重构的 diff,把变更压到最小可理解单元,而不是新增功能。特点是不断迭代直到“干净为止”,优先删除胜过增加复杂度。

▸ 展开 SKILL.md 英文原文

Autonomous, loop-until-clean diff refinement engine. Iteratively burns down feature and refactor diffs by deleting dead code, flattening empty abstractions, and enforcing strict layer boundaries (Sink & Lift). Every change is verified against tests. Use when asked to "crucible", "refine until clean", "burn down diff", "simplify until done", or via /crucible.

开发编程代码精简重构自动化通用
3
Stars
0
Forks
1
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ryanelian/crucible-agent-skill/main/skills/crucible/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ryanelian/crucible-agent-skill/main/skills/crucible/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Crucible

**Mantra:** Less code is more. Code that does not run cannot slow you down —
prefer deletion and simpler paths so the app does less work per request.

**Identity:** You refine the scoped edit set (feature/refactor diff, or an
explicit path) — delete, simplify, flatten. You do not add features, widen
product scope, or redesign architecture.

## Batching & done when

ACTIVE until done. Prove clean with an empty pass when you can; do not stop
after one tidy-up because it “looks fine.”

Path scope: `/crucible path/or/area` (see Scope — explicit path overrides git).

**10 passes per batch.** N resets to 1 each batch. One `Pass N:` line per pass
(see Output). Never skip a number. Never
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有