- Home
- Skills
- Shotaiuchi
- Dotclaude
- Ghwf7 Pr
ghwf7-pr_skill
- Shell
0
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill shotaiuchi/dotclaude --skill ghwf7-pr- SKILL.md1.7 KB
Overview
This skill automates converting a draft Pull Request to Ready for Review and completes the final workflow step. It verifies CI status, updates the PR body and title, adjusts labels, posts a completion comment, and records state. Use it when the change set is verified and ready for formal review.
How this skill works
The skill reads the current workflow state and fetches PR/issue details and comments. It confirms final checks (CI passing, no uncommitted changes, documentation present), updates the PR body to mark all checklist items complete, then runs the GitHub CLI to mark the PR ready, edits the title to remove WIP, and updates labels. Finally it posts a summary comment and writes the updated state file.
When to use it
- All verification steps (ghwf6-verify) have completed successfully
- Continuous integration checks are passing
- No local or pending uncommitted changes remain
- Documentation and required artifacts are complete
- You want to mark a draft PR as formally ready for review
Best practices
- Run automated checks and fix any CI failures before converting the PR
- Ensure the PR body includes a completed progress checklist before marking ready
- Remove any WIP or draft markers in the title and description
- Use the GitHub CLI (gh) in an authenticated environment with proper permissions
- Record timestamps and state updates to enable reproducible workflow auditing
Example use cases
- A feature branch has passed all tests and needs to be reviewed by maintainers
- A documentation update finished verification and should be made review-ready
- A bugfix PR was iterated in draft mode and now meets release criteria
- Automation finalizes the workflow after manual verification steps were confirmed
FAQ
All configured CI checks must be green; do not mark ready if any check fails.
What happens if reviewers request changes after conversion?
Add the ghwf:revision label and the workflow daemon will detect the change and restart the appropriate steps.