debug-memory
FeaturedQuery and manage the executable feedback debug memory
AI & Automation 201 stars
29 forks Updated today MIT
Install
Quality Score: 91/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Debug Memory Command
Query, analyze, and manage the debug memory from executable feedback loops.
## Instructions
Manage the debug memory stored in `.aiwg/ralph/debug-memory/`:
### Subcommand: query
Search debug memory for relevant past execution sessions.
1. Search `.aiwg/ralph/debug-memory/sessions/` for matching entries
2. Match by file path, error type, test name, or keyword
3. Display relevant sessions with fix attempts and outcomes
4. Highlight reusable patterns
### Subcommand: patterns
Display learned patterns from past debug sessions.
1. Load `.aiwg/ralph/debug-memory/patterns/learned-patterns.yaml`
2. Show pattern frequency, success rate, and applicability
3. Suggest patterns applicable to current context
### Subcommand: stats
Show aggregate statistics from debug memory.
1. Total sessions, pass rate, average attempts
2. Most common error types
3. Most effective fix patterns
4. Files with highest failure frequency
### Subcommand: clear
Clear debug memory (with confirmation).
1. Prompt for confirmation
2. Archive current memory to `.aiwg/ralph/debug-memory/archive/`
3. Reset sessions and patterns
## Arguments
- `query [keyword]` - Search debug memory
- `patterns` - Show learned patterns
- `stats` - Show aggregate statistics
- `clear` - Clear and archive debug memory
- `--file [path]` - Filter by source file
- `--error [type]` - Filter by error type
- `--since [date]` - Filter by date
## References
- @$AIWG_ROOT/agentic/code/addons/ralph/schemas/debu...
Details
- Author
- jmagly
- Repository
- jmagly/aiwg
- Created
- 1 years ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
ralph-memory
Manage Al semantic memory entries — list, query, and clear lessons learned across loop iterations
201 Updated today
jmagly AI & Automation Featured
ralph-reflect
View and manage agent loop reflections and episodic memory
201 Updated today
jmagly AI & Automation Listed
mem-search
Search persistent project memory across sessions — decisions, bugs, features, discoveries
3 Updated today
djnsty23