docs(cli): list all supported LLM providers - #432
Merged
Conversation
Signed-off-by: Deepak Jain <deepujain@gmail.com>
deepujain
force-pushed
the
fix/431-provider-help
branch
from
August 25, 2026 22:11
2439ca0 to
88e1f94
Compare
rng1995
approved these changes
Aug 28, 2026
rng1995
left a comment
Collaborator
There was a problem hiding this comment.
[SkillSpector Review]
The scan help now lists every usable provider path and its credential or local-auth requirements, and the focused rendered-help regression passes. The two-file help/test scope preserves provider behavior, and all required checks are green. Approved.
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
skillspector scan --helpto list every usable LLM provider supported by the selector.Validation
pytest tests/unit/test_cli.py -q— 102 passed.pytest -m 'not integration and not provider' tests/ -q— 2,826 passed, 13 skipped, 38 deselected, 4 xfailed.ruff check src tests— passed.ruff format --check src tests— 193 files already formatted.git diff --check— passed.skillspector scan --helpand inspected the provider and credential sections.Risk
Fixes #431