Self Review

Audits weekly agent outputs, reliability, and memory hygiene to generate improvement recommendations.

Updated May 25, 2026
One-click install
npx skills add https://github.com/Cbowcrptex/CBOWCRYPTEX --skill self-review-cbowcrptex
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Self Review
Source: https://github.com/Cbowcrptex/CBOWCRYPTEX/tree/main/skills/self-review
Command: npx skills add https://github.com/Cbowcrptex/CBOWCRYPTEX --skill self-review-cbowcrptex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Autonomous agents accumulate stale memory, silent failures, and declining output quality over time without a structured feedback loop. This Skill performs a weekly self-audit so problems are caught and corrected instead of compounding. ## Core Features & Use Cases - Output Quality Audit: Reviews recent articles, notifications, and PR comments to judge whether outputs were substantive, useful, and actionable. - Reliability & Memory Hygiene Checks: Counts skills that ran versus expected, detects repeated error patterns, and verifies MEMORY.md stays current and under 50 lines. - Actionable Improvements: Generates recommendations for skills, schedules, and config changes, applies safe fixes directly (pruning stale entries, removing dead feeds), and sends a summary via the notify command. - Use Case: Run it every Sunday to review the past week's logs, prune outdated memory entries, and receive a notification summarizing reliability and the top improvement suggestions. ## Quick Start Run the self review skill to audit this week's agent activity and send me a summary of quality, reliability, and recommended improvements.

Frequently Asked Questions about Self Review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit an autonomous agent's weekly performance?▼

Run the self review skill, which reads MEMORY.md and the last 7 days of logs, then audits output quality, skill reliability, and memory hygiene. It saves a full report to articles/ and sends a summary notification.

How to review agent output quality automatically?▼

The skill inspects recent articles for substance versus formulaic content, checks whether notifications were useful or noisy, and reviews PR comments for actionability. Findings feed into improvement recommendations.

Can I focus the review on a specific area?▼

Yes. Set the var parameter to a focus area and the review concentrates on that topic. If left empty, the skill reviews everything across quality, reliability, and memory hygiene.

What files does the self review skill need to work?▼

It requires memory/MEMORY.md for context and goals, plus memory/logs/ entries from the last 7 days. It writes the review to articles/self-review-<date>.md and logs results back to memory/logs/.

Does the skill make changes on its own?▼

It applies only safe, obvious fixes directly, such as pruning stale MEMORY.md entries and removing dead feeds from feeds.yml. Larger changes like new skills or schedule adjustments are delivered as recommendations.