feat: rename skill subcommand to prompt, add usage/setup #599

Merged
xiaomo merged 1 commits from feat/prompt-subcommand into main 2026-06-02 05:46:44 +00:00
Owner

What

Rename uwf skilluwf prompt, aligning with ocas CLI convention.

Changes

  • uwf prompt usage — combined output of all references
  • uwf prompt setup — agent skill installation guide
  • uwf prompt <name> — individual reference
  • uwf prompt list — list available prompts
  • Removed: commands/skill.ts, tests/skill.test.ts
  • Added: commands/prompt.ts, tests/prompt.test.ts

Verification

  • bun run build
  • bun test — 387 pass, 0 fail
  • bun run check

Ref #598

## What Rename `uwf skill` → `uwf prompt`, aligning with ocas CLI convention. ## Changes - `uwf prompt usage` — combined output of all references - `uwf prompt setup` — agent skill installation guide - `uwf prompt <name>` — individual reference - `uwf prompt list` — list available prompts - Removed: commands/skill.ts, __tests__/skill.test.ts - Added: commands/prompt.ts, __tests__/prompt.test.ts ## Verification - `bun run build` ✅ - `bun test` — 387 pass, 0 fail ✅ - `bun run check` ✅ Ref #598
xingyue added 1 commit 2026-06-02 05:42:35 +00:00
feat: rename skill subcommand to prompt, add usage/setup
CI / check (pull_request) Failing after 2m39s
61ee22f647
Rename `uwf skill` → `uwf prompt` to align with ocas CLI convention.

Changes:
- `uwf prompt usage` — combined output of all references (for skill installation)
- `uwf prompt setup` — agent-facing setup instructions
- `uwf prompt list` — list available prompt names
- `uwf prompt <name>` — individual reference (user/author/developer/adapter/bootstrap)
- Removed: commands/skill.ts, __tests__/skill.test.ts
- Added: commands/prompt.ts, __tests__/prompt.test.ts

Ref #598
xiaomo approved these changes 2026-06-02 05:46:39 +00:00
xiaomo left a comment
Owner

LGTM

干净的 skill → prompt 重命名。usage 合并所有 reference、setup 指引完整、测试覆盖到位。

Non-blocking: cmdPromptSetup()bun add -g @uncaged/cli-workflow#598 rebrand 后需要同步更新包名。

LGTM ✅ 干净的 skill → prompt 重命名。usage 合并所有 reference、setup 指引完整、测试覆盖到位。 Non-blocking: `cmdPromptSetup()` 中 `bun add -g @uncaged/cli-workflow` 在 #598 rebrand 后需要同步更新包名。
xiaomo merged commit fa188ddf21 into main 2026-06-02 05:46:44 +00:00
xiaomo deleted branch feat/prompt-subcommand 2026-06-02 05:46:44 +00:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: uncaged/workflow#599