chore(pr): add PR readiness workflow#131
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Adds a lightweight “PR readiness” workflow to standardize how contributors (and parallel agents) prepare, verify, and author review-ready pull requests, aligning bundled skills with the new expectations.
Changes:
- Introduces a repository PR template that captures context, scope, validation evidence, and readiness checks.
- Documents PR readiness and parallel-agent handoff expectations in
AGENTS.md. - Adds a new
pr-readybundled skill (with aliases) and updates thebatchskill prompt to enforce PR-template-aware, evidence-backed, parseable PR outputs; includes tests to lock in the contract.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
src-rust/crates/tools/src/bundled_skills.rs |
Adds pr-ready bundled skill + strengthens batch worker PR readiness contract and tests. |
AGENTS.md |
Documents PR readiness expectations and parallel-agent PR handoff requirements. |
.github/PULL_REQUEST_TEMPLATE.md |
Adds a standardized PR body template with validation and readiness checklists. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
AGENTS.mdguidance for PR-ready branch preparation and parallel-agent PR handoffs.pr-readyskill and tighten thebatchskill so worker branches produce review-ready PRs.Context
main.Changes
.github/PULL_REQUEST_TEMPLATE.md.AGENTS.md.pr-readybundled skill aliases and tests.batchbundled skill prompt to require PR template awareness, body-file usage, verification evidence, and parseable PR output.Validation
Record exact commands and outcomes. Mark items N/A with a reason when they do not apply.
git diff --check- PASScargo fmt --all- PASScargo check --workspace- PASScargo clippy --workspace --all-targets -- -D warnings- PASScargo test --workspace- PASScargo test --package claurst-tools pr_ready_skill_enforces_template_and_body_file_contract- PASScargo test --package claurst-tools batch_skill_requires_pr_readiness_contract_for_workers- PASSPR Readiness