maintenance-pass

适用于“维护老坑”“接着做下去”“修一下这个 repo”“挑下一步最值得做的点”“这个项目有点乱先帮我收一收”这类任务。只要重点是基于现状继续向前,而不是从零设计,就应使用。

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "maintenance-pass" with this command: npx skills add zrr1999/skills/zrr1999-skills-maintenance-pass

目标

在已有项目的现实约束下,找出最值得推进的一步,并把它做实。

适用场景

  • 老项目继续开发
  • bugfix
  • 有节制的重构
  • 债务清理
  • 为下一阶段做收敛和排序

不适用

  • 从 0 开新 repo 或新原型
  • 主要目标是研究别人的项目并提炼做法

工作方式

  1. 从当前代码和目录结构出发,不从理想设计出发。
  2. 先识别现状:已有能力、明显问题、当前卡点、最接近完成的路径。
  3. 缩小到一个值得推进的改动面。
  4. 只有在当前方案明显不行时,才重开技术选型;否则优先延续已有模式。
  5. 输出 continuation packet,而不是泛泛建议。

Continuation Packet

至少包含:

  • 当前状态
  • 这次选择推进的点
  • 为什么先做这个
  • 具体下一步改动
  • 风险和后续事项

避免

  • 无证据地建议全量重写
  • 一次打开太多战线
  • 忽略 repo 里已经成型的约定和模式

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

unix-software-design

No summary provided by upstream source.

Repository SourceNeeds Review
General

tech-preferences

No summary provided by upstream source.

Repository SourceNeeds Review
General

modern-stack

No summary provided by upstream source.

Repository SourceNeeds Review
General

project-kickoff

No summary provided by upstream source.

Repository SourceNeeds Review