Feature/4 implement skill pr review#6
Open
miroslavpojer wants to merge 7 commits into
Open
Conversation
…DME and documentation for clarity
…nes and skill overview
…pts for PR review - Created `results-summary.md` to document evaluation results for the pr-review skill, detailing iterations, fixes, and overall trajectory. - Added `trigger-eval.json` containing a set of queries for evaluating trigger conditions, including both triggering and non-triggering examples. - Introduced `output-template.md` for standardized PR review output examples, outlining formatting rules and section guidelines. - Developed `security-antipatterns.md` as a reference for identifying security issues during PR reviews, including common patterns and severity guidance. - Implemented `classify_sections.py` to classify changed files into relevant PR review sections based on defined patterns. - Created `fetch_pr.sh` script to fetch PR details and changed files using the GitHub CLI, facilitating integration with the classification script.
…ew skill definition evals
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.
Add
pr-reviewskillAdds a unified pull request review skill that applies structured, risk-aware code review based on the files a PR touches. Produces concise
Blocker / Important / Nitcomments grouped by severity.README.md— addedpr-reviewto the Skill Catalog tabledocs/README.md— addedpr-reviewto the Skill Guides tabledocs/pr-review.md— end-user guide covering sections, trigger phrases, helpers, and installRelease Notes
skills/pr-review/SKILL.md— full review instructions covering standard, API contracts, dependency bumps, CI/CD, infrastructure, DB migrations, and elevated-risk sectionsskills/pr-review/references/output-template.md— canonical output format examples for reviewsskills/pr-review/references/security-antipatterns.md— security patterns the skill actively scans forskills/pr-review/scripts/fetch_pr.sh— fetches PR diff and file list viaghskills/pr-review/scripts/classify_sections.py— determines which review sections apply from a file listskills/pr-review/evals/— trigger eval, fixture map, eval fixtures, and results summaryCloses #4