feat: SR-9 skill preview endpoint + SkillsTab modal (#877) #892
No reviewers
Labels
No labels
area:agents
area:dashboard
area:database
area:design
area:design-review
area:flows
area:infra
area:meta
area:security
area:sessions
area:webhook
area:workdir
security
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/claude-hooks!892
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/877-skills-preview-sr9"
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?
Implements issue #877 (SR-9).
Summary
/agents/:agentType/skills/preview— body{ name, vars?, instance_id? }. Response{ rendered, applied: { caveman, artifact_style, prompt_appendix } }. UsesrenderPromptwithfilesystemFallback: false. Stub vars default to{ issue_number: 0, repo: "<preview>", title: "<preview>" }. Missing skill returns 404 with the same actionable hint as dispatch.resolveRepresentativeAgentForType/resolveAgentByRowIdfor merged ResolvedAgent context.resolveSkillPreviewAppliedin skill-loader for applied flags.Closes #877 when merged.