We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa89c8b commit 159ef27Copy full SHA for 159ef27
1 file changed
home/.claude/skills/skill-builder/SKILL.md
@@ -96,16 +96,16 @@ Markdown instructions here...
96
97
### Dynamic Context Injection
98
99
-Run shell commands before skill loads with `` !`command` ``:
+Run shell commands before skill loads with `!`command``:
100
101
```yaml
102
---
103
name: pr-review
104
context: fork
105
106
107
-PR diff: !`gh pr diff`
108
-Changed files: !`gh pr diff --name-only`
+PR diff: !`gh pr diff`
+Changed files: !`gh pr diff --name-only`
109
110
Review this pull request...
111
```
0 commit comments