chore: fix Prettier formatting blocking CI - #207
Conversation
.agents/skills/pr-backlog-reflection/SKILL.md (merged in PR #201) has a malformed Markdown table that fails the repo-wide prettier --check gate, breaking npm run lint (and therefore CI) for every open PR — confirmed on both #206 and #202. Whitespace-only reformat, no content change. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
|
Warning Review limit reached
This review includes 1 billable file and costs up to $0.25. Or wait 48 minutes for your next included review. View limit detailsLimit details: You’ve used the included review currently available. Your 60 included PR review attempts over the past 7 days set your current allowance at 1 review per hour. Review configuration: ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Essentials Run ID: 📒 Files selected for processing (1)
Comment |
Summary
.agents/skills/pr-backlog-reflection/SKILL.md(merged via PR #201) has a malformed Markdown table that fails the repo-wideprettier --check .gate. Sincenpm run lintchecks formatting across the whole repo (not just changed files), this broke CI'stestjob for every PR opened after it landed — confirmed failing on both #206 and #202 for this exact reason.Whitespace-only reformat (
npx prettier --write), no content change.Test plan
npm run lint— clean, repo-widegit diff— confirms only table-column alignment changed, no text edits🤖 Generated with Claude Code