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

Function getPromptForCommand

src/skills/bundled/verify.ts:22–28  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

20 userInvocable: true,
21 files: SKILL_FILES,
22 async getPromptForCommand(args) {
23 const parts: string[] = [SKILL_BODY.trimStart()]
24 if (args) {
25 parts.push(`## User Request\n\n${args}`)
26 }
27 return [{ type: 'text', text: parts.join('\n\n') }]
28 },
29 })
30}
31

Callers

nothing calls this directly

Calls 2

trimStartMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected