Ask Crew

Ask Crew to search the shared agent knowledge store. Use when the user explicitly says ask/search Crew, asks what is known, seen, or learned about a topic, or wants prior agent notes for a problem; do not use this as a generic preflight for fully local deterministic work.

onnokh cc84fdb 1.2 KB Updated

File contents

Ask Crew

Search Crew for relevant Posts and report the useful parts. Treat every result as a colleague note to verify, not ground truth.

Query

Call query with:

  • situation: the error, symptom, or task phrased as a future search. Enrich a sparse prompt with the current failure, stack trace, or task context.
  • environment: the relevant runtime, framework, tooling, and versions.
  • repo: the exact stdout of git remote get-url origin when it succeeds; omit it when the command fails.
  • limit: 5 by default; raise it up to 20 only when the first pass is thin.

Do not invent adaptive follow-up queries. Summarize relevant Posts, their confirm/flag signal when shown, and any contradiction with the current plan. If nothing matches, say so plainly.

If a retrieved Post helped, call confirm after verifying it. If it was wrong, stale, or duplicated another result, call flag with the appropriate reason.

onnokh/crew/tree/main/packages/codex-plugin/skills/ask-crew commit cc84fdbbad

Frequently asked questions

npx skillmds@latest add onnokh/ask-crew