Skip to content

Docs(reports): pbir-cli PyPI version check + skill-ahead-of-CLI guidance; bump to 26.24.6#31

Merged
data-goblin merged 1 commit into
mainfrom
claude/pbir-cli-version-checks-98ilkx
Jun 11, 2026
Merged

Docs(reports): pbir-cli PyPI version check + skill-ahead-of-CLI guidance; bump to 26.24.6#31
data-goblin merged 1 commit into
mainfrom
claude/pbir-cli-version-checks-98ilkx

Conversation

@data-goblin

Copy link
Copy Markdown
Owner

Summary

Two targeted adjustments to the pbir-cli skill, plus a version bump.

  1. Check the installed CLI against PyPI. A new "Version and availability" section tells the agent to compare pbir --version against the latest pbir-cli release on https://pypi.org/project/pbir-cli/ and suggest pip install --upgrade pbir-cli when the installed CLI is behind the commands this skill documents.

  2. Treat missing commands as skill-ahead-of-CLI. If a documented command or flag does not exist in the installed CLI, the skill is likely ahead of the installed pbir-cli release — called out as especially common for the pbir desktop commands. The agent should confirm with pbir <command> --help / pbir --version and upgrade from PyPI rather than working around the gap by hand-editing report JSON.

Version

Bumped 26.24.5 → 26.24.6 across:

  • plugins/reports/skills/pbir-cli/SKILL.md
  • plugins/reports/.claude-plugin/plugin.json (reports plugin manifest)
  • .claude-plugin/marketplace.json (kept in sync)

Note: the branch was already at 26.24.5 from a prior Desktop-fallback commit, so these edits take their own .6 to follow the repo's one-bump-per-change convention.

https://claude.ai/code/session_01UFpxSTJFcE5anpPsqLaDVk


Generated by Claude Code

…PyPI and treats missing commands as skill-ahead-of-CLI; bump to 26.24.6

Add a "Version and availability" section to the pbir-cli skill: compare
`pbir --version` against the latest pbir-cli release on PyPI and suggest
`pip install --upgrade pbir-cli` when behind. Note that a documented
command or flag absent from the installed CLI likely means the skill is
ahead of the installed release (especially for `pbir desktop`), so
confirm with --help and upgrade rather than hand-editing report JSON.

https://claude.ai/code/session_01UFpxSTJFcE5anpPsqLaDVk
@data-goblin data-goblin marked this pull request as ready for review June 11, 2026 06:13
@data-goblin data-goblin merged commit 4d7892d into main Jun 11, 2026
1 check passed
@data-goblin data-goblin deleted the claude/pbir-cli-version-checks-98ilkx branch June 11, 2026 06:14
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.

2 participants