Skip to content

Commit 1ab12cc

Browse files
marcfargaspi-mono
andcommitted
feat: add repo-hygiene skill for periodic repository health checks
New maintenance/repo-hygiene skill covering 8 categories (~45 checks): dependencies, git, CI/CD, code quality, docs, config, security, metadata. Supports Node/TS, Python, and Go. Includes baseline tracking, auto-fix offers with tiered safety, and scoring system. Co-Authored-By: Pi <noreply@pi.dev>
1 parent 4b54856 commit 1ab12cc

3 files changed

Lines changed: 441 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Reusable skills for AI coding agents. Works with [pi](https://github.com/marioze
77
| Category | Skill | Description |
88
|----------|-------|-------------|
99
| ☁️ Google Cloud | [gcloud](google-cloud/gcloud/) | GCP CLI with agent safety model — hub + 7 reference files |
10+
| 🔧 Maintenance | [repo-hygiene](maintenance/repo-hygiene/) | Periodic repo health check — deps, git, CI, code quality, docs, security |
1011
| ⚙️ Process | [pm2](process/pm2/) | Process management — keep services alive, auto-restart, monitoring, ecosystem configs |
1112
| 🚀 Release | [pre-release](release/pre-release/) | Pre-release checklist + AI-written changesets via @changesets/cli |
1213
| 🔍 Search | [web-search](search/web-search/) | Web search + content extraction via [ddgs](https://github.com/deedy5/ddgs) — no API keys |
@@ -71,6 +72,8 @@ Skills use a **hub + spoke** architecture. The SKILL.md hub is ~140 lines — ju
7172
skills/
7273
├── google-cloud/
7374
│ └── gcloud/ # 8 files, ~1100 lines total
75+
├── maintenance/
76+
│ └── repo-hygiene/ # 1 file — periodic health check
7477
├── process/
7578
│ └── pm2/ # 1 file
7679
├── release/

0 commit comments

Comments
 (0)