ponytail-debt
仓库创建 2026年6月12日最近提交 11 天前SkillHot 收录 20 天前
▸ 精选理由
把分散的权宜之计汇总成清单,防止临时方案变成长期负担。
这个 Skill 做什么
收集代码中标记的 ponytail 注释,生成一份技术债台账报告。
把代码里用 ponytail 注释标记的那些临时折衷(ponytail:)都搜出来,汇成一份技术债台账,防止临时抉择被忘掉变成长期负担。适合在代码巡检或发布前把遗留的 shortcut 集中清单化,会跳过 node_modules、.git 等目录做扫描。特别之处是把每条注释连同升级路径和位置都记录好,便于后续跟踪和优先级评估。
▸ 展开 SKILL.md 英文原文
Harvest every ponytail: shortcut comment into one debt ledger, so deferrals get tracked instead of forgotten. One-shot report.
9.0w
Stars
4.9k
Forks
12
仓库内 Skill
+1.4w
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/DietrichGebert/ponytail/main/.openclaw/skills/ponytail-debt/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/DietrichGebert/ponytail/main/.openclaw/skills/ponytail-debt/SKILL.md"SKILL.MD 节选查看完整文件 ↗
Every deliberate ponytail shortcut is marked with a `ponytail:` comment naming its ceiling and upgrade path. This collects them into one ledger so a deferral can't quietly become permanent. ## Scan Grep the repo for comment markers, skipping `node_modules`, `.git`, and build output: `grep -rnE '(#|//) ?ponytail:' .` (add other comment prefixes if your stack uses them) Each hit is one ledger row. The comment prefix keeps prose that merely mentions the convention out of the ledger. ## Output One row per marker, grouped by file: `<file>:<line>, <what was simplified>. ceiling: <the limit named>. upgrade: <the trigger to revisit>.` The convention is `ponytail: <ceiling>, <upgrade path>`,
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有