feat: add issue linking to create-pr and review-pr skills#22
Merged
Conversation
create-pr now detects linked issues from branch names and commit messages, adds a Linked Issue section to the PR template, and includes Closes #<number> in the body. review-pr now fetches linked issue descriptions and verifies the PR changes actually address the reported problem, cover repro steps, and stay within scope. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
kaushalpaneri
commented
Mar 23, 2026
Contributor
Author
kaushalpaneri
left a comment
There was a problem hiding this comment.
PR Review Summary
| # | Severity | Category | Finding |
|---|---|---|---|
| — | — | — | No findings |
All 15 CI checks pass. Skills-only changes — no source code modified.
Code Review: create-pr now detects issues from branch naming convention and adds a Linked Issue section to the PR template. review-pr adds a Step 2.0 that fetches the linked issue and verifies the PR addresses it. Both additions integrate cleanly with existing skill structure.
Security Review: No security concerns — skills reference only gh issue view for read-only issue fetching.
Documentation Review: N/A — skill files are self-documenting.
Verdict: APPROVE
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
Enhances
/create-prand/review-prskills with GitHub issue linking. PRs created from issue branches now automatically reference the issue, and reviews now verify the PR actually addresses the linked issue.Linked Issue
None — this is a skill enhancement requested during the
/address-issuesworkflow.Changes
Source
No source changes
Tests
No test changes
Docs
No doc changes
Config
No config changes
Skills
.claude/skills/create-pr/SKILL.md: Added issue detection from branch names and commit messages, new "Linked Issue" section in PR template,Closes #<number>guidance.claude/skills/review-pr/SKILL.md: Added Step 2.0 "Check Linked Issue" — fetches issue description and verifies the PR addresses the reported problem, covers repro steps, and stays within scopeBreaking Changes
None
Security Considerations
None
Test Plan
uv run pytest tests/unit/ -v)uv run pytest tests/integration/ -v)uv run ruff check src/ tests/)🤖 Generated with Claude Code