Skip to content

feat(agents): add contribute-to-bitplatform agent skill (#12338)#12339

Merged
yasmoradi merged 1 commit into
bitfoundation:developfrom
yasmoradi:agents/add-skill-for-bitplatform-installation
May 16, 2026
Merged

feat(agents): add contribute-to-bitplatform agent skill (#12338)#12339
yasmoradi merged 1 commit into
bitfoundation:developfrom
yasmoradi:agents/add-skill-for-bitplatform-installation

Conversation

@yasmoradi
Copy link
Copy Markdown
Member

@yasmoradi yasmoradi commented May 16, 2026

Summary

Adds a new GitHub Copilot agent skill that guides contributors through the full bitfoundation/bitplatform contribution workflow inside VS Code.

Changes

  • Added .github/agents/contribute-to-bitplatform.agent.md with YAML front-matter, step-by-step contribution instructions, label reference table, branch naming convention, and PR template enforcing This closes #<issue-number>

Related Issue

This closes #12338

Summary by CodeRabbit

  • Documentation
    • Added a comprehensive contribution workflow guide, including prerequisites, step-by-step instructions, branch naming conventions, and pull request guidelines for contributors.

Review Change Stack

…#12338

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 16, 2026

Caution

Review failed

Pull request was closed or merged during review

Walkthrough

This PR introduces a new GitHub agent guide that provides structured, step-by-step contributor workflow documentation. The guide walks contributors through fork synchronization, focused issue creation with proper labeling, branch creation from upstream, and pull request submission with issue references and conventional commit formatting.

Changes

Contribution Workflow Agent

Layer / File(s) Summary
Contribution workflow agent guide
.github/agents/contribute-to-bitplatform.agent.md
New agent guide defines prerequisites (fork/remote verification), five ordered contribution steps (sync develop, create issue with labels, create branch, implement change, open PR), a label-selection table, branch naming conventions (<issue-id>-<short-description>), and PR template with conventional commit format and This closes #<issue-number> closure reference.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Poem

🐰 A rabbit hops through the garden of code,
With paths now so clear on the contribution road.
Fork, branch, and commit in the order of grace,
No more muddy hoofprints all over the place! 🌿

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'feat(agents): add contribute-to-bitplatform agent skill' accurately describes the main change: adding a new agent skill documentation file to guide contribution workflow.
Linked Issues check ✅ Passed The PR fully addresses issue #12338 by creating the documented agent skill with all required workflow steps: fork syncing, issue creation with labels, branch naming from upstream/develop, and PR template with 'This closes #' convention.
Out of Scope Changes check ✅ Passed The PR contains only the targeted documentation file (.github/agents/contribute-to-bitplatform.agent.md) directly addressing issue #12338 requirements with no extraneous changes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@yasmoradi yasmoradi merged commit 893996e into bitfoundation:develop May 16, 2026
1 check was pending
@yasmoradi yasmoradi deleted the agents/add-skill-for-bitplatform-installation branch May 16, 2026 11:37
@msynk msynk changed the title feat(agents): add contribute-to-bitplatform agent skill #12338 feat(agents): add contribute-to-bitplatform agent skill (#12338) May 16, 2026
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.

Contributors lack a guided workflow for forking, branching, and submitting PRs

1 participant