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

Function getPromptForCommand

src/skills/bundled/stuck.ts:71–77  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

69 '[ANT-ONLY] Investigate frozen/stuck/slow Claude Code sessions on this machine and post a diagnostic report to #claude-code-feedback.',
70 userInvocable: true,
71 async getPromptForCommand(args) {
72 let prompt = STUCK_PROMPT
73 if (args) {
74 prompt += `\n## User-provided context\n\n${args}\n`
75 }
76 return [{ type: 'text', text: prompt }]
77 },
78 })
79}
80

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected