Skip to content

Commit 47f46ab

Browse files
committed
fix(ai-skill): prevent security warning in git-commit-format skill
The checklist used backticks around "!" which triggered Claude Code's security checks to misinterpret it as command execution. Changed to double quotes to prevent false-positive warnings. Jira: CNTRLPLANE-1756 Signed-off-by: Antoni Segura Puimedon <[email protected]> Commit-Message-Assisted-by: Claude (via Claude Code)
1 parent 05a2fcd commit 47f46ab

File tree

1 file changed

+1
-1
lines changed
  • .claude/skills/git-commit-format

1 file changed

+1
-1
lines changed

.claude/skills/git-commit-format/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ When creating commits:
123123
- [ ] Include `Signed-off-by` footer
124124
- [ ] Include `Commit-Message-Assisted-by: Claude (via Claude Code)` footer
125125
- [ ] Validate with `make run-gitlint`
126-
- [ ] Use `!` or `BREAKING CHANGE` for breaking changes
126+
- [ ] Use "!" or `BREAKING CHANGE` for breaking changes
127127

128128
## Reference
129129

0 commit comments

Comments
 (0)