fix: wire add, quality-profile, search CLIs; progressive disclosure SKILL.md + test suite #58
No reviewers
Labels
No labels
community-feedback
enhancement
skill-upgrade
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
magnus/agent-skills!58
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/arr-cli-gaps"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Fixes the critical gaps where documented features (
add,quality-profile,episode-file) existed in client classes but had no CLI subcommands. Restructures SKILL.md for progressive disclosure with references/ directory.Changes
CLI wiring (radarr-cli + sonarr-cli)
--tmdb-id/--tvdb-id,--root,--quality-profile,--unmonitored,--search,--availability(Radarr),--series-type/--no-season-folder(Sonarr)nargs="?"style: list all or inspect by ID with tier checkmarksMoviesSearch/SeriesSearchvia command endpointProgressive disclosure SKILL.md
descriptionwith broader trigger keywords--json+ jq examples,--dry-runadd example, root-folder guidance,when NOT to useNew reference files
references/radarr-commands.md— full command referencereferences/sonarr-commands.md— full command referencereferences/media-discovery.md— TMDb/Trakt cross-reference workflow (public-safe)references/troubleshooting.md— pitfalls, FAQs, when NOT to useTest suite
scripts/test-arr-cli.sh— 32 dry-run smoke tests, no credentials needed, all passFiles changed
arr-cli/SKILL.mdarr-cli/scripts/radarr-cliarr-cli/scripts/sonarr-cliarr-cli/references/radarr-commands.mdarr-cli/references/sonarr-commands.mdarr-cli/references/media-discovery.mdarr-cli/references/troubleshooting.mdarr-cli/scripts/test-arr-cli.sh