feat: add install --skills command - #3
Merged
Merged
Conversation
jschfflr
force-pushed
the
feat/install-skills
branch
from
February 24, 2026 11:01
97d8f5f to
0047bd2
Compare
Bundles SKILL.md and reference docs in the package, copyable to .claude/skills/qodev-gitlab/ via `qodev-gitlab install --skills`. Teaches AI coding agents the full CLI surface through progressive disclosure. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- No-flag usage now exits with code 83 (validation error) instead of 0 - Print "Replacing existing skills" message before rmtree - Add integration test for install(skills=True) happy path - Mention `install --skills` in SKILL.md setup section Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
jschfflr
force-pushed
the
feat/install-skills
branch
from
February 24, 2026 13:12
0452674 to
eb0e661
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
qodev-gitlab install --skillscommand that copies bundled AI agent skill files to.claude/skills/qodev-gitlab/in the workspaceSKILL.md(full CLI reference) andreferences/(MR workflows, pipeline monitoring patterns) as package dataimportlib.resourcesfor portable file access across editable and wheel installsTest plan
uv run pytest tests/test_install.py— 4 tests covering file copy, content, clean replace, no-flag guidanceuv run pytest— all 61 tests passuv run qodev-gitlab install --skillscopies files to.claude/skills/qodev-gitlab/uv run qodev-gitlab install(no flag) shows usage guidanceuv run qodev-gitlab --helpshows install command in command list🤖 Generated with Claude Code