Skip to content

feat(repl): /skills command + bump 1.17.1#122

Merged
Desperado merged 1 commit into
mainfrom
feat/skills-command
Jun 4, 2026
Merged

feat(repl): /skills command + bump 1.17.1#122
Desperado merged 1 commit into
mainfrom
feat/skills-command

Conversation

@Desperado

Copy link
Copy Markdown
Contributor

Why

Skills were only visible inside the spawned Claude Code / Codex sessions — there was no way to see or manage them from qmax-code itself. (Reported: "still no skills selector in qmax-code".)

What

  • /skills — lists all 12 catalog skills with their short description and a per-backend ✓/· install marker for Claude Code and Codex.
  • /skills install — (re)materializes the catalog into ~/.claude/skills and ~/.codex/skills on demand.
  • setup.PrintSkillsStatus / setup.InstallSkillsBoth back the command; SlashMenuItem added in input.go so /skills appears in autocomplete.

Sample output:

qmax QA skills (12) — installed in:  cc = ~/.claude/skills · codex = ~/.codex/skills
  cc:✓ codex:✓  diff-risk-review       Risk-review the uncommitted diff
  cc:· codex:·  secret-scan            Find hardcoded secrets before they're committed
  ...

Bumps to 1.17.1 + CHANGELOG. Tag v1.17.1 after merge to release.

🤖 Generated with Claude Code

…g (1.17.1)

Skills were only visible inside the spawned Claude Code / Codex sessions — there
was no way to see or manage them from qmax-code itself. Add:

- /skills          — list all catalog skills with short description and a
                     per-backend ✓/· install marker (cc + codex).
- /skills install  — (re)materialize the catalog into ~/.claude/skills and
                     ~/.codex/skills on demand.

setup.PrintSkillsStatus / InstallSkillsBoth back the command; SlashMenuItem
added in input.go so /skills shows in autocomplete.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@qualitymaxapp

qualitymaxapp Bot commented Jun 4, 2026

Copy link
Copy Markdown

✅ QualityMax Pipeline

Gate Result
🔍 AI Review ✅ Clean
🧪 Repo Tests ✅ 351/351 passed (go)
🤖 AI Tests ✅ 28/32 passed

Powered by QualityMax — AI-Powered Test Automation

@Desperado Desperado merged commit 03ac1a1 into main Jun 4, 2026
6 checks passed
@Desperado Desperado deleted the feat/skills-command branch June 4, 2026 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant