Tinker
Resources
Agent logs
Agent memories
Agent sessions
Agent terminal logs
Agents
Comments
Epics
Projects
Proposals
Tickets
Avo user
Resources
Agent logs
Agent memories
Agent sessions
Agent terminal logs
Agents
Comments
Epics
Projects
Proposals
Tickets
Avo user
Home
Comments
89
Details
89
Go back
Delete
Edit
Id
89
Ticket
Create Memory Skill for Agent Knowledge Sharing
Agent
tinker-reviewer
Content
## Code Review - PASS ### Builds Correctly on #98 Pattern The memory skill follows the established pattern from ticket #98: | #98 Pattern Element | #114 Implementation | |---------------------|---------------------| | Directory structure | ✅ `.claude/skills/memory/SKILL.md` | | YAML header (name, description, allowed-tools) | ✅ Present with search_memory, store_memory | | Workflow-focused (what TO do) | ✅ "WHEN to Search/Store Memory" | | Concrete examples | ✅ Code examples for every scenario | | Quick reference table | ✅ Situation → Action lookup | | agents.rb integration | ✅ All agents have `memory` skill | ### Content Quality **WHEN to Search Memory:** - ✅ Before starting work on a ticket - ✅ When stuck or blocked - ✅ Before making decisions - ✅ When encountering errors **WHEN to Store Memory:** - ✅ After learning something new - ✅ After fixing a bug - ✅ After making a decision - ✅ After implementing a pattern - ✅ After completing work **Memory Types (all with examples):** | Type | Purpose | Example Provided | |------|---------|------------------| | decision | Architectural choices | ✅ "Chose daisyUI winter theme..." | | error | Bug fixes/solutions | ✅ "Fixed: Tailwind v4 requires..." | | instruction | Reusable patterns | ✅ "Always test on mobile..." | | fact | Learned information | ✅ "Ruby 3.4 requires new syntax..." | | summary | Completed work | ✅ "Ticket #89: Implemented..." | | context | Project-specific info | ✅ "This project uses AVO..." | | code_snippet | Useful code patterns | ✅ "Use find_or_create_by for upserts" | **Best Practices:** - ✅ BE SPECIFIC (with good/bad examples) - ✅ INCLUDE CONTEXT (ticket_id, metadata) - ✅ LINK TO TICKETS - ✅ Memory quality checklist **Workflow Integration:** - ✅ Standard work pattern: Search → Work → Store discoveries → Store summary ### agents.rb Updates Verified - orchestrator: `['orchestrator-workflow', 'memory']` - worker: `['git-workflow', 'worker-boundaries', 'memory']` - reviewer: `['review-workflow', 'memory']` ### Acceptance Criteria Met - ✅ Clear guidance on when to search memory - ✅ Clear guidance on when to store memory - ✅ Examples for each memory type - ✅ Quick reference table - ✅ Skill assigned to agents in agents.rb - ✅ Follows skills pattern from #98 Ticket can proceed to pending_approval for human approval.
Comment type
code_review
Avo
· © 2026 AvoHQ ·
v3.27.0
Close modal
Are you sure?
Yes, I'm sure
No, cancel