recall

Search drover project boards for verified ticket solutions by keyword or error fingerprint.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/cosmicdreams/claude-plugins --skill recall-cosmicdreams
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recall
Source: https://github.com/cosmicdreams/claude-plugins/tree/main/drover/skills/recall
Command: npx skills add https://github.com/cosmicdreams/claude-plugins --skill recall-cosmicdreams

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of repeatedly diagnosing the same drover errors by searching prior ticket history for verified solutions you can apply again.

Core Features & Use Cases

  • Cross-project solution recall: Walks every registered drover project board and surfaces past matches with verified Actual solution blocks.
  • Keyword and fingerprint lookup: Finds likely fixes via keyword queries or exact deterministic fingerprints derived from error structure.
  • Verified vs projected results: Clearly distinguishes authoritative [verified] fixes from [unverified] Projected-only hypotheses when you opt in.

Use case example: you hit an error that seems familiar (e.g., a hydration/fatal issue) and want to quickly see whether drover already has an Actual fix recorded for the same root cause.

Quick Start

Ask the assistant to run /drover:recall with your error query so it returns ranked verified matches and suggested prior fixes.

Frequently Asked Questions about recall

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

FAQPage Schema
How do I find previous solutions for a recurring drover error on my kanban board?

To find previous solutions for a recurring drover error, you can search historical project ticket history using a keyword query. The recall process walks registered drover project boards and returns ranked matches containing verified Actual solution blocks.

What is an error fingerprint and when do I need it for debugging root cause matches?

An error fingerprint is a deterministic identifier derived from error structure used for exact debugging matches. You need it when a keyword query is insufficient and you require precise root cause recall across registered project boards.

How do I retrieve verified fixes from drover ticket history using an error fingerprint?

Retrieve verified fixes by executing a recall-search with the --fingerprint flag using your deterministic error fingerprint. This searches project registries and returns ranked results with explicit verification labeling for Actual solution blocks.

Can I include unverified projected solutions when searching drover project boards?

Yes, you can include unverified projected solutions when searching drover project boards by opting in with the --include-projected flag. This surfaces both authoritative verified fixes and unverified Projected-only hypotheses in the ranked results.

Does cross-project solution recall work across all registered drover boards simultaneously?

Yes, cross-project solution recall works across all registered drover boards simultaneously by walking every project registry. It surfaces past matches with verified Actual solution blocks so you can apply proven fixes again.