Skip to content

Commit 0a27703

Browse files
Copilotjkordick
andauthored
docs: add branch-reviewer agent to Workflows table in README (#47)
* docs: add branch-reviewer agent to Workflows table in README Co-authored-by: jkordick <52427852+jkordick@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jkordick <52427852+jkordick@users.noreply.github.com>
1 parent 429cf80 commit 0a27703

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,11 +1031,12 @@ See [Parallel Jobs Formula](#parallel-jobs-formula) for chunking configuration d
10311031

10321032
## ⚙️ Workflows
10331033

1034-
| Workflow | Trigger | Description |
1034+
| Workflow / Agent | Trigger | Description |
10351035
|---|---|---|
10361036
| [Documentation Updater](.github/workflows/documentation-updater.lock.yml) | Push / PR to `main` | Checks documentation completeness and reports gaps via issues or PR comments |
10371037
| [Documentation Audit](.github/workflows/documentation-audit.lock.yml) | Weekly schedule | Performs a full audit of project documentation for accuracy and completeness |
10381038
| [Test Enhancer](.github/workflows/test-enhancer.lock.yml) | On demand | Agentic workflow that analyzes the codebase and proposes improvements to test coverage |
1039+
| [Branch Reviewer](.github/agents/branch-reviewer.agent.md) | On demand (Copilot CLI) | Reviews branch changes, summarizes commits, and detects breaking changes vs. `main` |
10391040

10401041
---
10411042

0 commit comments

Comments
 (0)