Skip to content

fix: import triage skill directly to agent#17

Merged
codewizdave merged 1 commit into
mainfrom
fix/triage-skill-import
Jun 3, 2026
Merged

fix: import triage skill directly to agent#17
codewizdave merged 1 commit into
mainfrom
fix/triage-skill-import

Conversation

@martyy-code

Copy link
Copy Markdown
Contributor

Summary

  • Import triage skill with { type: 'skill' } from .claude/skills/triage/SKILL.md
  • Pass it to the agent's skills array
  • The default empty sandbox has no skills — this makes the skill available to session.skill()

Test plan

  • Verify workflow runs successfully after merge
  • Check that the agent can access the triage skill

🤖 Generated with Claude Code

The skill was placed in .claude/skills/ but the default sandbox
starts empty. Import it with { type: 'skill' } and pass it to
the agent's skills array so session.skill() can find it.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@vercel

vercel Bot commented Jun 3, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
errors-web Ready Ready Preview, Comment Jun 3, 2026 3:52pm

@codewizdave codewizdave merged commit 2997cbf into main Jun 3, 2026
6 checks passed
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