docs: add CONTRIBUTING.md for testing, bug filing, and fix process#18
Merged
Conversation
Per today's standup: document the instruction process for bug reporting and skill creation for team-wide standardization. Written from the actual process that worked across a real QA pass on build-agent (issues #3-#8, PRs #9-#17), not a theoretical writeup - includes the two review corrections that happened along the way (env var precedence, permission-mode meaning) as concrete examples of re-verifying against source rather than defending a first-pass claim.
mmabrouk
reviewed
Jul 14, 2026
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.
Context
From today's standup (2026-07-08): document the instruction process for bug reporting and skill creation, for team-wide standardization. There wasn't a written process anywhere, so anyone testing a skill or filing a bug was figuring it out from scratch.
Changes
Added
CONTRIBUTING.mdat the repo root, covering three things: how to test a skill, how to file a bug, how to file a fix. It's written from what actually worked across a real QA pass onbuild-agent(issues #3-#8, PRs #9-#17), not a theoretical process. Two specific points come directly from mistakes made along the way in this repo's own PR history:AGENTA_HOSTvsAGENTA_API_URL) was stated backwards in an early PR revision, caught in review, re-verified against the actual SDK source, corrected on the same thread.self_managedvsagenta) was also stated backwards initially, same pattern: caught, re-verified, corrected in public rather than defended.Both are called out in the doc as the concrete example of "re-verify against source when a reviewer disputes a claim, don't defend the original write-up."
Tests
Documentation only, no script changes. Read through end to end to confirm it matches the actual sequence of events in this repo's issue/PR history (numbers cross-checked against
gh pr list/gh issue list).What to QA
Read
CONTRIBUTING.mdand flag anything that doesn't match how you'd actually want the team to work, this is meant to be the standard, so it should hold up to a real review before people start following it.