MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getPromptForCommand

Function getPromptForCommand

src/commands/review.ts:40–42  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

38 contentLength: 0,
39 source: 'builtin',
40 async getPromptForCommand(args): Promise<ContentBlockParam[]> {
41 return [{ type: 'text', text: LOCAL_REVIEW_PROMPT(args) }]
42 },
43}
44
45// /ultrareview is the ONLY entry point to the remote bughunter path —

Callers

nothing calls this directly

Calls 1

LOCAL_REVIEW_PROMPTFunction · 0.85

Tested by

no test coverage detected