P
Communityprompt
Ponytail Debt — Harvest Deferral Comments into a Ledger
一个斜杠命令提示词,在仓库中检索 `ponytail:` 延期注释,汇总成一份可追踪的技术债台账,并标记出没有写明升级触发条件的条目。
概览安全
指示模型在整个仓库树中执行 `grep -rnE`(跳过 node_modules/.git/构建产物),查找配套的 ponytail 技能留下的 `ponytail:` 标记注释——即刻意的简化处理——并按 file:line、简化了什么、声明的上限、升级触发条件生成一行台账记录。缺少触发条件的条目会被标记为 `no-trigger`,因为它们有悄悄腐化的风险。该命令只做报告、不做任何修改,结尾给出统计,若未找到任何标记则回复 'No ponytail: debt. Clean ledger.'
---
description: "Harvest ponytail: comments into a tracked debt ledger"
---
Harvest every `ponytail:` comment in this repository into a debt ledger so deferrals do not rot into 'later means never'. Grep the whole tree for comment markers (grep -rnE '(#|//) ?ponytail:' ., skipping node_modules/.git/build output). One row per marker, grouped by file: <file>:<line>, <what was simplified>. ceiling: <the limit named in the comment>. upgrade: <the trigger to revisit>. Tag any marker that names no upgrade path or trigger as no-trigger, those rot silently. End with the count of markers and how many lack a trigger. If none: 'No ponytail: debt. Clean ledger.' Report only, change nothing.
相关推荐
Coherence Coach
AWeirdDev
监看对话,找出助手可能忽略的上下文,仅在确有必要时给出提醒,否则返回 null。
promptmarkdown
React + Tailwind Product Card Component Prompt
AmirMotefaker
让模型扮演资深前端工程师,生成可用于生产环境、响应式的 React + Tailwind CSS 商品卡片组件(TypeScript)。
promptmarkdown
Secure JWT Authentication Middleware
AmirMotefaker
一个「角色/任务/规则」结构的提示词模板,要求模型为 Node.js + Express 设计安全的 JWT 认证中间件,包含 bcrypt 密码哈希与完整错误处理。
promptmarkdown