Skip to content

[codex] Fix backlog-charter skill metadata#156

Merged
sungjunlee merged 1 commit into
mainfrom
codex/fix-backlog-charter-install
May 28, 2026
Merged

[codex] Fix backlog-charter skill metadata#156
sungjunlee merged 1 commit into
mainfrom
codex/fix-backlog-charter-install

Conversation

@sungjunlee
Copy link
Copy Markdown
Owner

@sungjunlee sungjunlee commented May 28, 2026

Summary

Fixes the backlog-charter skill metadata so npx skills add can discover and install it.

Root Cause

The description field in skills/backlog-charter/SKILL.md contained an unquoted : sequence (axis: CHARTER.md ...). The skills CLI parses frontmatter as YAML, so that line failed YAML parsing and the CLI silently excluded the skill from discovery.

Validation

  • npx --yes skills add . -l now reports 3 skills including backlog-charter
  • node --test skills/backlog-charter/scripts/*.test.js
  • git diff --check --cached

Summary by CodeRabbit

릴리스 노트

  • Chores
    • YAML 메타데이터 형식 정규화를 통해 일관성 개선

Review Change Stack

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 28, 2026

Caution

Review failed

Pull request was closed or merged during review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: fdb57619-a88b-4ec9-9b25-30d0d553165e

📥 Commits

Reviewing files that changed from the base of the PR and between 2b09dac and e90b641.

📒 Files selected for processing (1)
  • skills/backlog-charter/SKILL.md

변경 내용 요약

skills/backlog-charter/SKILL.md 파일의 YAML 메타데이터에서 description 값을 따옴표로 감싸는 형식 정정이 적용되었습니다.

변경 사항

YAML 메타데이터 형식 정정

계층 / 파일(들) 요약
설명 필드 인용부호 추가
skills/backlog-charter/SKILL.md
YAML 프런트매터의 description 필드 값을 따옴표로 감싸 YAML 파싱 표준을 준수하도록 수정했습니다.

예상 코드 검토 난이도

🎯 1 (Trivial) | ⏱️ ~2분

축시 시

🐰 YAML의 따옴표가 춤을 추고,
메타데이터는 이제 더 우아해지고,
작은 수정이 큰 품질을 만들지,
파싱 표준 맞춤, 완벽하게! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed PR 제목은 변경 사항의 핵심을 정확히 설명하고 있습니다. backlog-charter 스킬 메타데이터 수정이라는 주요 변경 내용을 명확하게 요약하고 있습니다.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/fix-backlog-charter-install

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@sungjunlee sungjunlee merged commit 30727e7 into main May 28, 2026
1 of 2 checks passed
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 28, 2026

Actionable comments posted: 0

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.

1 participant