feat(cli): provide default post-submit prompt for skill command (#25327)

This commit is contained in:
ruomeng
2026-04-16 13:56:20 -04:00
committed by GitHub
parent 6d7974f1ef
commit 963631a3d4
2 changed files with 5 additions and 2 deletions
@@ -88,7 +88,7 @@ describe('SkillCommandLoader', () => {
type: 'tool',
toolName: ACTIVATE_SKILL_TOOL_NAME,
toolArgs: { name: 'test-skill' },
postSubmitPrompt: undefined,
postSubmitPrompt: 'Use the skill test-skill',
});
});