Skip to content

Commit 8eb06c9

Browse files
committed
Restore the scribe skill 1:1 with GaaS
Replace the Corbits ask_operator rewrite with Guy's GaaS body, including the question-tool YAML. Slash /scribe remains. ask_operator mapping stays on native-integration. Ignore GaaS scribe SKILL.md in prettier so list alignment stays 1:1.
1 parent 39910a7 commit 8eb06c9

5 files changed

Lines changed: 141 additions & 117 deletions

File tree

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ node_modules/
66
CHANGELOG.md
77
plugins/corbits-skills/skills/opsh/SKILL.md
88
plugins/corbits-skills/skills/refactor/SKILL.md
9+
plugins/corbits-skills/skills/scribe/SKILL.md
910

1011
tmp/
1112
.claude/

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ parallel copies under `docs/` or `scripts/notes/`. At cut time: rename
1919

2020
### Changed
2121

22+
- Restore the scribe skill 1:1 with GaaS. ask_operator mapping stays on native-integration. Slash /scribe remains.
2223
- Restore the opsh skill 1:1 with GaaS. Tool/shell mapping stays on native-integration. user-invocable: false stays so it remains use_skill-only.
2324
- Restore the pull-request-review skill 1:1 with GaaS. ask_operator, /review mapping, and GitHub posting stay on native-integration. Slash /pull-request-review remains.
2425
- Restore the refactor skill 1:1 with GaaS. ask_operator mapping stays on native-integration. Slash /refactor remains.
25-
- Ignore GaaS opsh and refactor SKILL.md in prettier so table/list alignment stays 1:1.
26+
- Ignore GaaS opsh, refactor, and scribe SKILL.md in prettier so table/list alignment stays 1:1.
2627
- Restore the git-rebase skill body 1:1 with GaaS. Intern execution recipe stays on native-integration. user-invocable: false stays so it remains use_skill-only.
2728
- Restore the linear-issue-workflow skill body 1:1 with GaaS. Claim-first, In Review, and git-worktrees extras stay on native-integration. user-invocable: false stays so it remains use_skill-only.
2829
- Restore the interview skill body 1:1 with GaaS (AskUserQuestion). Operator-ask mapping stays on native-integration. Slash /interview remains.

plugins/corbits-skills/skills/native-integration/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ Slash names that differ from GaaS skill ids: `/review` is GaaS `code-review`; `/
4343

4444
GaaS refactor says "ask clarifying questions" / "ask the user". Corbits extras: `ask_operator` (tool mapping above). Do not fork the GaaS refactor body.
4545

46+
GaaS scribe uses the `question` tool. Corbits extras: `ask_operator` (tool mapping above). Do not fork the GaaS scribe body.
47+
4648
When GaaS implement says you are orchestrated by karen, that is the Corbits primary (Skywalker). Route those disposition decisions through the primary, not a worker.
4749

4850
## Linear claim-first

0 commit comments

Comments
 (0)