Files
custom-claude-skills/skills/log
Paul O'Reilly 24081a1d6f Fix skills: replace \${} with \$VAR to pass Bash permission checks
Claude Code's Bash permission checker rejects \${VAR} parameter
substitution in skill ! commands. Replace all occurrences with \$VAR
(identical shell expansion) across log, reflect-logs, and
distill-best-practices skills. Rewrite \${VAR:-default} to use
test -n / || pattern instead.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 14:19:38 +13:00
..