feat(agent): bundle commit-push-pr skill - #2557
Merged
Merged
Conversation
Co-authored-by: BitFun <318544290+bitfun-ai@users.noreply.github.com>
Co-authored-by: BitFun <318544290+bitfun-ai@users.noreply.github.com>
wgqqqqq
marked this pull request as ready for review
August 28, 2026 01:51
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
commit-push-pras a release-managed built-in BitFun skill.metaskill group so it is available by default.gstack-shipfocused on explicit full ship, release, and deploy workflows.Type and Areas
Type:
Feature / test
Areas:
Agent Runtime, Product Assembly, built-in Skills
Motivation / Impact
BitFun users can request a Claude Code-like one-command PR publishing flow without first installing a personal skill. The built-in workflow stages only intentional files, validates before publishing, avoids history rewriting, updates matching PRs instead of duplicating them, and applies the standard BitFun commit/PR attribution contract.
Separating its ordinary PR trigger from
gstack-shipprevents two default skills from claiming the same request.gstack-shipremains the owner of the heavier version/changelog/release workflow.Verification
cargo test --locked -p bitfun-agent-runtime --no-default-features --features agent-runtime --test agent_definition_contracts skill_contracts::builtin_skill_catalog_and_mode_policy_are_runtime_owned— passed.cargo test --locked -p bitfun-core --no-default-features --features agent-runtime --lib commit_push_pr_is_bundled_with_attribution_and_owns_lightweight_pr_requests— passed.cargo test --locked -p bitfun-core --no-default-features --features agent-runtime --lib runtime_catalog_covers_all_embedded_builtin_skills— passed.pnpm run check:repo-hygiene— passed.git diff --check— passed.SKILL.mdwas byte-compared with the provided source and is identical.Testing level: lightly tested. Focused automated contracts passed; the installed application workflow was not exercised end to end against a disposable GitHub repository.
Reviewer Notes
Checklist
Generated with BitFun