Uploaded image for project: 'Red Hat OpenShift Control Planes'
  1. Red Hat OpenShift Control Planes
  2. CNTRLPLANE-1756

Fix formatting in git-commit-format skill documentation

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • None
    • HyperShift
    • None
    • False
    • Hide

      None

      Show
      None
    • False
    • None
    • None
    • None
    • None

      Fix backtick formatting in the git-commit-format skill documentation that triggers false-positive security warnings.

      Why

      The checklist uses backticks around the "Unable to render embedded object: File (" character, which Claude Code's security checks misinterpret as command execution. This triggers permission prompts for ") not found." which cannot be granted, blocking normal use of the skill documentation.

      Changing to double quotes prevents the false-positive security warning while maintaining proper formatting.

      Acceptance Criteria

      • Checklist item updated from backticks to double quotes around "!"
      • Claude Code security checks no longer trigger false-positive warnings
      • Documentation remains clear and readable

      Technical Details

      File to Modify

      • .claude/skills/git-commit-format/SKILL.md (line 126)

      Change

      Before: - [ ] Use `!` or `BREAKING CHANGE` for breaking changes
      After: - [ ] Use "!" or `BREAKING CHANGE` for breaking changes

      Root Cause

      Claude Code's security scanner interprets backticks as potential command execution, causing it to request permission for the "!" character which is not a valid executable command.

              asegurap1@redhat.com Antoni Segura Puimedon
              asegurap1@redhat.com Antoni Segura Puimedon
              None
              None
              None
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: