Skip to content

docs: fix agent-team uninstall labels and update contributing test section#91

Draft
github-actions[bot] wants to merge 1 commit intomainfrom
docs/fix-label-list-and-testing-section-ec8ec548099ea861
Draft

docs: fix agent-team uninstall labels and update contributing test section#91
github-actions[bot] wants to merge 1 commit intomainfrom
docs/fix-label-list-and-testing-section-ec8ec548099ea861

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 2, 2026

Two documentation gaps identified during a post-push doc sweep:

Changes

README.md — fix agent-team uninstall label list

The uninstall instructions listed state:in-progress (a label that does not exist) and omitted agent-team:reviewed (which the install skill creates). Cross-checked against skills/install-agent-team/SKILL.md step 6, which is the authoritative source for the seven labels the skill creates:

Was Now
agent-team + state:{plan-needed,impl-needed,review-needed,done,blocked,in-progress} agent-team + agent-team:reviewed + state:{plan-needed,impl-needed,review-needed,done,blocked}

CONTRIBUTING.md — replace stale "no test harness" claim

The testing section said "There is no automated test harness for skills" but a full three-tier test suite has existed since the initial commit (tests/, tests/run-tests.sh, and tests/README.md). Replaced the claim with an accurate overview table and a link to tests/README.md for full details. Tier-1 + tier-2 already run in CI on every PR.

Testing

  • Both changes are documentation-only; no code paths affected.
  • Verified label names against skills/install-agent-team/SKILL.md lines 74–80 and catalog/agent-team/README.md line 101.

Generated by Update Docs ·

To install this agentic workflow, run

gh aw add githubnext/agentics/workflows/update-docs.md@96b9d4c39aa22359c0b38265927eadb31dcf4e2a

…section

- README.md: replace nonexistent `state:in-progress` with the actual
  `agent-team:reviewed` label in the agent-team uninstall instructions
  (the skill creates 7 labels: agent-team, agent-team:reviewed, and
  state:plan-needed/impl-needed/review-needed/done/blocked)
- CONTRIBUTING.md: replace "There is no automated test harness" with an
  accurate summary of the three-tier test suite in tests/, linking to
  tests/README.md for full details; tier-1+tier-2 already run in CI

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@github-actions github-actions Bot added automation documentation Improvements or additions to documentation labels May 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants