mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 06:04:43 +00:00
chore: update skill install command to use rivet-dev/skills (#20)
* chore: update skill install command to use rivet-dev/skills * chore: improve skill structure per skill-creator guidelines * chore: add bug report section and simplify description * chore: add Discord link to bug report section
This commit is contained in:
parent
43db33590d
commit
82ac0b3880
8 changed files with 28 additions and 11 deletions
2
.github/workflows/claude-code-review.yml
vendored
2
.github/workflows/claude-code-review.yml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
node-version: "20"
|
||||
|
||||
- name: Install sandbox-agent skill
|
||||
run: npx skills add https://sandboxagent.dev/docs --yes
|
||||
run: npx skills add rivet-dev/skills -s sandbox-agent --yes
|
||||
|
||||
- name: Run Claude Code Review
|
||||
id: claude-review
|
||||
|
|
|
|||
2
.github/workflows/claude.yml
vendored
2
.github/workflows/claude.yml
vendored
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
node-version: "20"
|
||||
|
||||
- name: Install sandbox-agent skill
|
||||
run: npx skills add https://sandboxagent.dev/docs --yes
|
||||
run: npx skills add rivet-dev/skills -s sandbox-agent --yes
|
||||
|
||||
- name: Run Claude Code
|
||||
id: claude
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue