chore: vendor gh-stack agent skill#1616
Merged
Merged
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
ec0aeb4 to
6ce3d3d
Compare
cwing-nvidia
approved these changes
Jun 22, 2026
Signed-off-by: Ananth Subramaniam <ansubramania@nvidia.com>
6ce3d3d to
0425696
Compare
ananthsub
added a commit
that referenced
this pull request
Jun 24, 2026
Expands the **Development Workflow** section of the Development Setup page with a Stacked Pull Requests guide: prerequisites (including the OAuth-not-PAT requirement and the push-to-the-enabled-remote rule), creating and updating a stack, and a command reference. The concept and PR UI are deferred to GitHub's [Stacked PRs overview](https://github.github.com/gh-stack/). Top of the stack — depends on #1616 (references the vendored `gh-stack` skill). --------- Signed-off-by: Ananth Subramaniam <ansubramania@nvidia.com> Signed-off-by: Lawrence Lane <llane@nvidia.com> Co-authored-by: Lawrence Lane <llane@nvidia.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
ritaneves
pushed a commit
that referenced
this pull request
Jun 25, 2026
Vendors the [github/gh-stack](https://github.com/github/gh-stack) agent skill into `.claude/skills/gh-stack/` so coding agents working in this repo know how to drive stacked PRs (create, push, rebase, sync, navigate) non-interactively. NeMo Gym now uses [GitHub Stacked PRs](https://github.github.com/gh-stack/) for larger changes. Installed via `gh skill install github/gh-stack gh-stack`. Bottom of a 2-PR stack; the contributor guide that references this skill follows in #1617. Signed-off-by: Ananth Subramaniam <ansubramania@nvidia.com> Signed-off-by: Rita Fernandes Neves <rfernandesne@nvidia.com>
ritaneves
pushed a commit
that referenced
this pull request
Jun 25, 2026
Expands the **Development Workflow** section of the Development Setup page with a Stacked Pull Requests guide: prerequisites (including the OAuth-not-PAT requirement and the push-to-the-enabled-remote rule), creating and updating a stack, and a command reference. The concept and PR UI are deferred to GitHub's [Stacked PRs overview](https://github.github.com/gh-stack/). Top of the stack — depends on #1616 (references the vendored `gh-stack` skill). --------- Signed-off-by: Ananth Subramaniam <ansubramania@nvidia.com> Signed-off-by: Lawrence Lane <llane@nvidia.com> Co-authored-by: Lawrence Lane <llane@nvidia.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Rita Fernandes Neves <rfernandesne@nvidia.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.
Vendors the github/gh-stack agent skill into
.claude/skills/gh-stack/so coding agents working in this repo know how to drive stacked PRs (create, push, rebase, sync, navigate) non-interactively.NeMo Gym now uses GitHub Stacked PRs for larger changes. Installed via
gh skill install github/gh-stack gh-stack.Bottom of a 2-PR stack; the contributor guide that references this skill follows in #1617.