Skill Inject Dynamic Content

Skill Inject Dynamic Content

Inject dynamic context: you can run a command to inject content into the skill markdown file to dynamically add content with the !`command` syntax.

---
name: pr-summary
description: Summarize changes in a pull request
context: fork
agent: Explore
allowed-tools: Bash(gh *)
---

## Pull request context
- PR diff: !`gh pr diff`
- PR comments: !`gh pr view --comments`
- Changed files: !`gh pr diff --name-only`

## Your task
Summarize this pull request...

Related: Agent Skills, Skill Anatomy, Skill Context Fork