Skip to content

feat: Add GitHub-integrated PR commands - #6

Merged
rookslog merged 1 commit into
mainfrom
feature/github-pr-integration
Dec 25, 2025
Merged

feat: Add GitHub-integrated PR commands#6
rookslog merged 1 commit into
mainfrom
feature/github-pr-integration

Conversation

@rookslog

Copy link
Copy Markdown
Owner

Summary

  • Add /project:review-pr - AI code review posted directly to GitHub
  • Add /project:create-pr - Intelligent PR creation with auto-descriptions

New Commands

/project:review-pr <PR-number>

  • Fetches PR diff and metadata via gh CLI
  • Runs code-reviewer agent on changes
  • Posts review with verdict (approve/request-changes/comment)
  • Adds line-specific comments via GitHub API
  • Supports --dry-run and --approve-if-clean flags

/project:create-pr

  • Analyzes commits and diff to generate summary
  • Extracts related issues from branch/commits
  • Runs optional self-review before creating
  • Supports --draft, --base, --title flags

Test plan

  • Run /project:review-pr --dry-run on an existing PR
  • Create a PR using /project:create-pr

- /project:review-pr: AI code review posted to GitHub
- /project:create-pr: Intelligent PR creation with auto-descriptions

Synced from claude-enhanced autonomous-dev plugin.
@rookslog
rookslog merged commit 9bda0a0 into main Dec 25, 2025
2 checks passed
@rookslog
rookslog deleted the feature/github-pr-integration branch December 25, 2025 21:48
rookslog added a commit that referenced this pull request Dec 26, 2025
Resolves merge conflict in .claude/commands/plan.md by accepting
the more comprehensive main branch version.

Brings in workflow improvements from PRs #5, #6, #7:
- Autonomous development workflow with review gates
- Enhanced commands (auto, debug, diagnose, review-pr, etc.)
- Session logging and signal capture
- Parallelization guide
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant