Agent skill
Self Review
Weekly audit of what Aeon did, what failed, and what to improve
Install this agent skill to your Project
npx add-skill https://github.com/aaronjmars/aeon/tree/main/skills/self-review
SKILL.md
${var} — Area to focus on. If empty, reviews everything.
If ${var} is set, focus the review on that specific area.
Read memory/MEMORY.md for context and goals. Read ALL memory/logs/ entries from the last 7 days.
Steps:
- Audit quality of outputs:
- Read
memory/skill-health/*.jsonfor quality scores and trends. Flag any skills with avg_score < 3 or declining trends (score dropping over last 10 runs). - Read recent articles in articles/ — are they substantive or formulaic?
- Check recent notifications in logs — were they useful or noisy?
- Review any PR comments posted — were they actionable?
- Read
- Audit reliability:
- Read
memory/cron-state.jsonfor hard metrics: success_rate, total_runs, consecutive_failures per skill. - How many skills ran vs expected? Use total_runs and success_rate.
- Any repeated errors or patterns of failure? Check last_error fields for recurring signatures.
- Any skills with consecutive_failures >= 3? Likely API degradation — recommend investigation or disabling.
- Are monitors catching real issues or always returning OK?
- Read
- Audit memory hygiene:
- Is MEMORY.md current and under 50 lines?
- Are logs structured consistently?
- Any stale data that should be cleaned?
- Generate improvement recommendations:
- Skills to add, modify, or disable
- Schedule adjustments
- Config changes (feeds, repos, addresses to add/remove)
- Quality improvements (better prompts, new data sources)
- Save the full review to articles/self-review-${today}.md.
- Apply any safe, obvious improvements directly:
- Prune stale MEMORY.md entries
- Update feeds.yml if feeds are dead
- Send a summary via
./notify:*Self Review — ${today}* Quality: assessment Reliability: X/Y skills ran Actions taken: what was fixed Recommendations: top 2-3 suggestions - Log to memory/logs/${today}.md.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
Polymarket
Trending and top markets on Polymarket — volume, new markets, biggest movers
Daily Article
Research trending topics and write a publication-ready article
DeFi Monitor
Check pool health, positions, and yield rates for tracked protocols
Skill Evals
Evaluate skill output quality against assertion manifests — detects regressions before users notice
Monitor Polymarket
Monitor specific prediction markets for 24h price moves, volume changes, and fresh comments
push-recap
Daily deep-dive recap of all pushes — reads diffs, explains what changed and why
Didn't find tool you were looking for?