Skip to content

#508 Make fix-issue skill description YAML-safe#509

Merged
hubertgajewski merged 1 commit into
mainfrom
feature/508
May 7, 2026
Merged

#508 Make fix-issue skill description YAML-safe#509
hubertgajewski merged 1 commit into
mainfrom
feature/508

Conversation

@hubertgajewski
Copy link
Copy Markdown
Owner

@hubertgajewski hubertgajewski commented May 7, 2026

Closes #508

Summary

Update the fix-issue skill frontmatter description so it no longer contains an unquoted : sequence that YAML parsers treat as a mapping delimiter.

Test plan

  • Verified the origin/main frontmatter fails with mapping values are not allowed in this context.
  • Verified .claude/skills/fix-issue/SKILL.md frontmatter parses successfully with Ruby YAML.
  • Ran git diff --cached --check.

Summary by CodeRabbit

  • Documentation

    • Updated description text formatting for improved clarity.
  • Chores

    • Minor metadata updates.

Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trivial but correct fix: replaces a colon with a dash in the YAML frontmatter description field. A colon : after a value in YAML has special meaning (type indicator), while a dash - does not — so the change makes the description YAML-safe. No functional changes, no test impact, no review concerns.

Reviewed by proxy/@preset/minimax-minimax-m2-7-no-thinking

@hubertgajewski hubertgajewski self-assigned this May 7, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 7, 2026

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: ce7a4bbd-bcc8-43ac-93bb-b725fb5567ac

📥 Commits

Reviewing files that changed from the base of the PR and between 054b5ad and 3135c1b.

📒 Files selected for processing (1)
  • .claude/skills/fix-issue/SKILL.md

📝 Walkthrough

Walkthrough

The PR updates the .claude/skills/fix-issue/SKILL.md skill description metadata, replacing a colon with a hyphen after "end-to-end" to resolve YAML parser errors caused by unquoted mapping delimiter syntax.

Changes

Skill Metadata Update

Layer / File(s) Summary
YAML-Safe Skill Description
.claude/skills/fix-issue/SKILL.md
Skill description updated from Fix a GitHub issue end-to-end: fetch, ... to Fix a GitHub issue end-to-end - fetch, ... to avoid YAML mapping delimiter conflicts.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~1 minute

Poem

🐰 A colon's flaw, a hyphen's fix,
The YAML parser now plays no tricks.
A single change, both small and true,
Makes the skill description YAML-safe and new. ✨

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/508

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


Comment @coderabbitai help to get the list of available commands and usage tips.

@hubertgajewski hubertgajewski merged commit 3bc39b7 into main May 7, 2026
8 of 10 checks passed
@hubertgajewski hubertgajewski deleted the feature/508 branch May 7, 2026 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[bug] Make fix-issue skill description YAML-safe

1 participant