What problem does it solve?
Before opening a pull request, developers cannot know whether PETE (Positron's CI PR Test Checker) will judge their changes as having adequate test coverage. This Skill replays the same grading rubric locally against the working tree so you can anticipate the verdict without pushing code or creating a PR.
Core Features & Use Cases
- Local verdict preview: Grades committed, uncommitted, and untracked changes against the merge-base with the default branch using the same rubric and file classification as the CI workflow.
- Skip pre-filter handling: Detects changes that CI would mark as not applicable and renders the same static verdict comment.
- No network or GitHub CLI required: Runs entirely in-session via a deterministic context-gathering script, posting nothing to any PR.
- Use Case: You have finished a feature branch with new source files and want to check whether PETE will flag missing tests before you push. Run the local preview to see the graded verdict and add tests if needed.
Quick Start
Ask the assistant to run PETE locally to preview the test-coverage verdict for the current branch before opening a PR.