feat: add reviews and rebased skills#3
Merged
Conversation
- 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>
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
git rebase origin/mainwith 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/reviewsinstalls cleanlynpx skills add dupe-com/skills/rebasedinstalls cleanly/reviewstriggers correctly in Claude Code on a branch with an open PR/rebasedtriggers correctly on a branch behind main🤖 Generated with Claude Code