pr-create — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited pr-create (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Creates a professional pull request when a feature is complete and ready for review.
"$ARGUMENTS"
git log origin/main..HEAD --oneline
git diff origin/main...HEAD --statplan-*.md and any other dev/workflow related files and commit. If not sure, ask user for directions.git log origin/main..HEAD -- <file> to verify the file was added in this branch.Create professional PR content:
Title Format: Feature: [Descriptive title based on plan-*.md and commits]
Body Structure:
## Summary
- Key functionality delivered
- Major components implemented
- Value provided to users
## Implementation Details
- Technical approach and architecture decisions
- Integration points with existing codebase
- Notable patterns or utilities used
## Testing
- Unit tests added for core functionality
- Integration tests for end-to-end workflows
- Manual testing performedgh pr create --title "Feature: [Generated title]" --body "$(cat <<'EOF'
[Generated PR body]
EOF
)"Invoke the /ci-watcher skill to monitor CI for the current branch.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.