Skip to content
This repository was archived by the owner on Jun 1, 2026. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 836 Bytes

File metadata and controls

25 lines (17 loc) · 836 Bytes

Contributing

This repository accepts small, copyable workflow improvements for AI-assisted software maintenance.

Good Contributions

  • A prompt contract that prevents a known failure mode
  • A skill that turns a repeated maintenance workflow into a reusable checklist
  • A validation check that catches stale placeholders or missing safety gates
  • Documentation that makes a maintainer workflow easier to repeat

Not In Scope

  • Private operational details
  • Credentials, account-specific URLs, or production secrets
  • Large frameworks when a copyable Markdown contract is enough
  • Marketing copy without a maintenance workflow behind it

Review Standard

Every change should answer:

  1. What maintainer problem does this reduce?
  2. What false-pass path does it prevent?
  3. How can another maintainer validate that it works?