Skip to content

refactor: delegate 'agent skills install' to the skills CLI via npx - #1619

Merged
developerkunal merged 3 commits into
mainfrom
DXCDT-1557-delegate-skills-install-to-npx
Aug 19, 2026
Merged

refactor: delegate 'agent skills install' to the skills CLI via npx#1619
developerkunal merged 3 commits into
mainfrom
DXCDT-1557-delegate-skills-install-to-npx

Conversation

@ramya18101

@ramya18101 ramya18101 commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

🔧 Changes

Reworks auth0 agent skills install to delegate to the open agent-skills CLI (vercel-labs/skills, run via npx) instead of the CLI's own bespoke installer.

📚 References

🔬 Testing

-Manual, end-to-end:

  • auth0 agent skills install → interactive picker (skills).
  • auth0 agent skills install --agent claude-code,cursor → non-interactive, no prompts.
  • auth0 agent skills install --no-input / --force → runs prompt-free.
  • PATH without npx → clear "requires Node.js" error

📝 Checklist

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 62.06897% with 11 lines in your changes missing coverage. Please review.
✅ Project coverage is 60.90%. Comparing base (86b69ea) to head (7d40f18).
⚠️ Report is 9 commits behind head on main.

Files with missing lines Patch % Lines
internal/cli/skills.go 62.06% 11 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1619      +/-   ##
==========================================
+ Coverage   60.60%   60.90%   +0.30%     
==========================================
  Files         135      138       +3     
  Lines       26385    26957     +572     
==========================================
+ Hits        15991    16419     +428     
- Misses       9407     9513     +106     
- Partials      987     1025      +38     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ramya18101
ramya18101 marked this pull request as ready for review August 18, 2026 20:22
@ramya18101
ramya18101 requested a review from a team as a code owner August 18, 2026 20:22

@developerkunal developerkunal left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@developerkunal
developerkunal merged commit 9bf3905 into main Aug 19, 2026
6 checks passed
@developerkunal
developerkunal deleted the DXCDT-1557-delegate-skills-install-to-npx branch August 19, 2026 09:18
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.

3 participants