A platform-neutral maintenance and evolution skill pack for triage, regression risk, deprecation, migration readiness, hotfix decisions, and operational learning.
bug-reproduction-writerchange-impact-mappercorrective-adaptive-perfective-preventive-classifierdeprecation-plannerhotfix-vs-patch-vs-version-update-selectormaintenance-knowledge-capture-writermaintenance-triage-helpermigration-readiness-checkerregression-risk-reviewerrollback-plan-writerroot-cause-hypothesis-generator
- Preserves the original
skills/,templates/, andexamples/source material - Mirrors packaged skills into both
.claude/skills/and.agents/skills/ - Packages the source skills into a reusable public repo format
git clone https://github.com/45ck/maintenance-evolution-skills.git
cd maintenance-evolution-skills
bash install.shThis installs every packaged skill into both:
~/.claude/skills/~/.agents/skills/
cp -R .claude /path/to/your-project/
cp -R .agents /path/to/your-project/bash uninstall.sh/maintenance-triage-helper incoming defect queue
/change-impact-mapper service update
/migration-readiness-checker legacy module
/regression-risk-reviewer hotfix candidate
/deprecation-planner old API endpoint
/root-cause-hypothesis-generator production incident
skills/ original source skills
templates/ reusable templates
examples/ sample flow material
.claude/skills/<skill>/SKILL.md packaged skill format
.agents/skills/<skill>/SKILL.md mirrored packaged skill format
install.sh global installer
uninstall.sh global uninstaller
LICENSE MIT
- delivery-manager - Own maintenance flow, rollout timing, and triage coordination
- delivery-manager-beads - Track maintenance and rollback follow-up items
- quality-reviewer - Review regression and maintainability implications
- business-analysis-skills - Business analysis techniques, workflows, and quality checks
- marketing-product-skills - Product strategy, growth, positioning, launch, SEO, and pricing skills
- hci-review-skill - Structured HCI and UX review skills
- fagan-inspection-skill - Formal inspection and defect-review skills
- software-architecture-skills - Architecture options, views, risks, and tradeoff writing
- data-structures-algorithmic-reasoning-skills - Data structure selection and algorithmic reasoning skills
- oop-code-structure-skills - Object-oriented design and class-structure review skills
- web-engineering-skills - Web request handling, MVC, validation, routing, and navigation skills
- backend-persistence-skills - Persistence, schema, ORM, query, and migration skills
- enterprise-architecture-integration-skills - Enterprise topology, integration, messaging, and cloud skills
- uml-analysis-modelling-skills - UML analysis and modelling skills
- verification-test-design-skills - Verification, coverage, decision-table, and oracle design skills
- automation-testing-skills - Unit, integration, API, UI, regression, and flaky-test skills
- non-functional-testing-skills - Performance, resilience, scalability, soak, stress, and NFR testing skills
- software-quality-skills - Quality models, technical debt, maintainability, and reliability skills
- code-review-inspection-skills - Formal inspection, checklist-driven review, metrics, and rework planning skills
- refactoring-code-smells-skills - Refactoring, anti-pattern, duplication, and code smell review skills
- design-for-testability-skills - Seams, DI, determinism, hidden I/O, and testability design skills
- security-engineering-skills - Threat modeling, boundaries, least privilege, and secure defaults skills
- authentication-cryptography-skills - Authentication, token, certificate, revocation, and MITM review skills
- pentest-security-testing-skills - Pentest scoping, recon, attack-surface mapping, OWASP, and finding-report skills
- llm-agent-security-skills - Prompt injection, agent permissions, retrieval trust, memory, and tool-chain security skills
- deployment-release-skills - Deployment strategy, go-live readiness, rollback, and release operations skills
- project-management-skills - Project chartering, scope, WBS, milestones, estimation, and closure skills
- agile-delivery-skills - Backlog shaping, sprint goals, retrospectives, blockers, and delivery discipline skills
- cloud-platform-operations-skills - Cloud placement, rollout readiness, patching, migration waves, and lifecycle operations skills
- documentation-evidence-skills - Specifications, rationale, reports, traceability, plans, and evidence quality skills
- research-literature-review-skills - Search strategy, screening, synthesis, evidence strength, and gap-analysis skills