Add evaluation results summary, trigger evaluation data, and new scripts for PR review#1
Merged
Merged
Conversation
…pts for PR review - Created `results-summary.md` to document evaluation results for the pr-review skill, detailing iterations, fixes, and overall trajectory. - Introduced `trigger-eval.json` containing queries for evaluating trigger conditions, including both should-trigger and should-not-trigger scenarios. - Added `output-template.md` for standardized PR review output examples, outlining formatting rules and section classifications. - Developed `security-antipatterns.md` as a reference for identifying security issues during PR reviews. - Implemented `classify_sections.py` to classify changed files into relevant PR review sections based on defined rules. - Created `fetch_pr.sh` script to fetch PR details and changed files using the GitHub CLI, facilitating integration with the classification script.
lsulak
reviewed
May 20, 2026
lsulak
reviewed
May 20, 2026
lsulak
reviewed
May 20, 2026
| Apply only the sections relevant to the files touched by the PR. | ||
| Output findings grouped as: Blocker / Important / Nit. | ||
|
|
||
| ### Skill-specific checks — apply when any `SKILL.md` is modified |
There was a problem hiding this comment.
maybe the pr-reviewer can also include skill review capability & thus this could be removed completely? It would also mean that we don'thave to copy paste this text, just refer to your pr-review skill (skill for now but I think that its scope goes way beyond what skill is)
Contributor
Author
There was a problem hiding this comment.
I agree. It can be done in next PR when pr-review will be introduced then we can mentions it here instead of current text.
lsulak
reviewed
May 20, 2026
lsulak
reviewed
May 20, 2026
…ion in workflow, and clarify troubleshooting documentation
lsulak
approved these changes
May 20, 2026
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.
Release Notes: