SECURITY REVIEW
Not yet assessed
Review the original instructions and requested permissions before installing.
No security review is available for this catalog entry yet.
Prepare and publish pull requests with concise summaries derived from diffs and linked issues.
Prepare and publish a pull request with a concise summary based on the diff and linked issues.
Review the original instructions and requested permissions before installing.
No security review is available for this catalog entry yet.
How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.
No quality assessment is available for this catalog entry yet.
Original instructions from the publisher’s SKILL.md
# PR Workflow ## Purpose Prepare and publish a pull request with a clear summary that matches the diff and any linked issues. ## When to use - You need to open or update a PR for the current branch. - You want a concise summary based on the actual diff vs `origin/main`. ## Workflow 1. Ensure you are not on `main`. If you are, create a dedicated branch. 2. If there are pending changes, use the `commit` skill to stage and commit. 3. Fetch and review the PR diff: ```bash git fetch origin main git diff origin/main... ``` 4. Summarize the content and intent of the diff in a few sentences. 5. If `$ARGUMENTS` are provided: - Add a line `Close $ARGUMENTS` to the PR summary. - Use the Linear MCP to fetch the issue and verify the PR aligns with it. 6. Use `gh` to create or update the PR description and title. 7. After creating the PR, wait a few minutes for an automated Claude review. - If the review recommends changes, apply the fixes and update the PR. ## Notes - Prefer concise, accurate summaries over aspirational descriptions. - If Linear MCP is unavailable, note the limitation and proceed with the best available context.