skill: skill loader metadata를 추가합니다#1016
Merged
Merged
Conversation
Codex skill loader가 repository skill을 건너뛰지 않도록 각 SKILL.md에 표준 YAML frontmatter를 추가합니다. Constraint: Codex skill loader는 SKILL.md 맨 앞의 --- delimited YAML frontmatter를 요구합니다. Rejected: skill 본문 재작성 | loader 경고 해결에 필요한 범위를 넘습니다. Confidence: high Scope-risk: narrow Directive: 새 repository skill 문서는 name과 description frontmatter를 먼저 작성합니다. Tested: node one-off skill frontmatter check Tested: git diff --check Not-tested: Codex 앱 재시작 후 loader 경고 재현 확인은 수행하지 않았습니다.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Codex skill loader가 repository skill을 건너뛰지 않도록 SKILL.md frontmatter를 보강합니다.
.agents/skills/*/SKILL.md16개에name과descriptionYAML frontmatter를 추가합니다.Test plan
nodeone-off skill frontmatter checkgit diff --check🤖 Generated with Codex