feat: add use-naverpaydev-lib plugin#21
Open
yujeong-jeon wants to merge 4 commits into
Open
Conversation
@naverpay/* 패키지의 llms.txt를 node_modules에서 읽어 올바른 API 사용을 돕는 스킬. llms.txt 누락 시 .d.ts fallback 지원.
PR에서 plugin.json 스키마, 필수 파일 존재 여부, skill/agent/command 참조 유효성을 자동 검사
There was a problem hiding this comment.
Code review is billed via overage credits. To resume reviews, an organization admin can raise the monthly limit at claude.ai/admin-settings/claude-code.
Once credits are available, push a new commit or reopen this pull request to trigger a review.
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
@naverpay/*패키지의 API 문서를 node_modules에서 읽어 컨텍스트에 주입하는/use-naverpaydev-lib스킬 추가.d.ts타입 정의로 자동 폴백Test plan
/use-naverpaydev-lib실행 →@naverpay/hidashllms.txt 로드 확인find -L) 경로로 정상 탐지 확인.d.tsfallback으로 타입 정의 로드 확인참고: Plugin Validator 워크플로 상태
현재 PR에서
validate-plugin.yml이 처음 추가되었기 때문에, GitHub 보안 정책에 의해 워크플로 실행이 건너뛰어집니다.외부 PR이 악성 워크플로를 실행하는 것을 막는 GitHub 자체 보호 기능으로, 이 PR 머지 후 main에 워크플로 파일이 올라가면 이후 PR부터 정상 작동합니다.
Closes #20