external-feature
SolidProactively enhance watched repos — fix issues, add features, improve code
AI & Automation 508 stars
166 forks Updated today MIT
Install
Quality Score: 97/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
> **${var}** — Target in `owner/repo` or `owner/repo#N` format. If empty, picks a repo and finds the best thing to improve.
If `${var}` points to a specific issue (`owner/repo#N`), work on that.
If `${var}` points to a repo (`owner/repo`), analyze it and pick the best enhancement.
If `${var}` is empty, scan all repos and pick one to improve.
Today is ${today}. Your task is to proactively improve one of your watched GitHub repos.
## Steps
1. **Read context.** Read `memory/MEMORY.md` for current priorities.
2. **Pick a target.**
If `${var}` is `owner/repo#N` — fetch that issue and work on it.
If `${var}` is `owner/repo` — clone that repo, skip to step 3.
If `${var}` is empty — find a repo to improve:
- Read `memory/topics/repos.md` for the full repo catalog with descriptions, stack, and opportunities
- If it doesn't exist, fall back to reading `memory/watched-repos.md` for the OWNER, then:
```bash
gh repo list ${OWNER} --limit 30 --json name,pushedAt,description,primaryLanguage \
--jq 'sort_by(.pushedAt) | reverse | .[:15]'
```
- Also check `memory/watched-repos.md` if it exists
Pick a repo that:
- Is listed as **active** or **maintained** in the catalog
- Has identified **opportunities** (TODOs, missing tests, open issues, feature gaps)
- Aligns with topics tracked in MEMORY.md
- Hasn't been enhanced by this skill recently (check last 7 days of logs)
3. **Clone and understand the repo.**
```bash
REPO="owner...
Details
- Author
- aaronjmars
- Repository
- aaronjmars/aeon
- Created
- 3 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
feature
Build a feature for every watched repo in one run — iterates the full repo list, picks one feature per repo from yesterday's repo-actions ideas first
508 Updated today
aaronjmars AI & Automation Solid
code-health
Weekly report on TODOs, dead code, and test coverage gaps
508 Updated today
aaronjmars AI & Automation Solid
engagement-act
Turn flagged engagement opportunities into ready-to-post replies — read recent logs, draft specific responses, send as copy-paste-ready output
508 Updated today
aaronjmars