Skip to content

feat: add reviews and rebased skills#3

Merged
i8ramin merged 1 commit into
mainfrom
feat/add-reviews-rebased-skills
May 19, 2026
Merged

feat: add reviews and rebased skills#3
i8ramin merged 1 commit into
mainfrom
feat/add-reviews-rebased-skills

Conversation

@i8ramin

@i8ramin i8ramin commented May 19, 2026

Copy link
Copy Markdown
Contributor

Summary

  • reviews — end-to-end GitHub PR review workflow: fetches all comments via REST + GraphQL, triages actionable vs ambiguous, applies code fixes, posts replies, resolves threads incrementally, and posts a summary comment. Never pushes.
  • rebased — intelligent git rebase origin/main with conflict resolution: merges intent from both sides rather than picking one, handles lock file regeneration, works commit-by-commit through multi-step rebases, never force-pushes without confirmation.

Both skills follow the existing repo structure (SKILL.md, README.md, metadata.json) and are generalized from internal Dupe tooling — Dupe-specific references (bun typecheck, gh-axi, model co-author strings) have been replaced with generic equivalents.

Test plan

  • npx skills add dupe-com/skills/reviews installs cleanly
  • npx skills add dupe-com/skills/rebased installs cleanly
  • /reviews triggers correctly in Claude Code on a branch with an open PR
  • /rebased triggers correctly on a branch behind main

🤖 Generated with Claude Code

- reviews: end-to-end GitHub PR review workflow — fetches all comments
  via REST + GraphQL, triages actionable vs ambiguous, applies fixes,
  posts replies, resolves threads, and summarizes in a PR comment
- rebased: intelligent git rebase onto origin/main — resolves conflicts
  by merging intent from both sides, handles lock files and generated
  files, never force-pushes without confirmation

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@i8ramin i8ramin merged commit ece6be2 into main May 19, 2026
1 check passed
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