Skip to content

Commit 4f454b5

Browse files
committed
fix(skill): replace vscode_askQuestions with ask_user to remove VS Code specific dependency
1 parent 1f072db commit 4f454b5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • skills/react-container-presentation-component

skills/react-container-presentation-component/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If the `/react-container-presentation-component` input is incomplete, ask questi
2424

2525
## Required Questions
2626

27-
If any of the following information is missing, ask using `vscode_askQuestions`.
27+
If any of the following information is missing, ask the user using `ask_user`.
2828

2929
1. Component name
3030
2. Type (`ui` or `features`)
@@ -52,7 +52,7 @@ Question requirements:
5252

5353
- Even when `ui` is specified, before creating files, review `Reclassification Rule` in `references/component-architecture.md`.
5454
- If the implementation includes state management, side effects, async processing, context/store updates, or business logic, treat it as `features`.
55-
- If the result is closer to `features`, do not proceed as `ui`; use `vscode_askQuestions` and confirm one of the following before continuing.
55+
- If the result is closer to `features`, do not proceed as `ui`; use `ask_user` and confirm one of the following before continuing.
5656
- `Create as features`
5757
- `Keep ui and move state/logic to parent or features`
5858

@@ -69,7 +69,7 @@ Question requirements:
6969

7070
- Run build and lint commands, and ensure both pass; if issues are introduced by newly added or updated files, fix them.
7171
- Follow `Storybook Minimum` in `references/component-architecture.md` for story state decisions.
72-
- Ask the user via `vscode_askQuestions` whether to run a Storybook check (for example: "Run" / "Skip for now").
72+
- Ask the user via `ask_user` whether to run a Storybook check (for example: "Run" / "Skip for now").
7373
- Run `npm run storybook` only if the user selects "Run".
7474
- If the user selects "Skip for now", explicitly mention in the final report that Storybook execution was skipped.
7575

0 commit comments

Comments
 (0)