test-plan-publish¶
Publish test plan artifacts to GitHub by creating a branch, committing all files,
and opening a pull request. Validates frontmatter and artifacts before publishing.
Supports updating existing PRs (pushes new commits to the same branch). Uses
version-free branch names (test-plan/
Plugin: test-plan | User-invocable
Diagram¶
Arguments¶
/test-plan-publish [FEATURE_SOURCE] [--repo owner/repo] [--reviewers user1,user2]
| Argument | Required | Default | Description |
|---|---|---|---|
FEATURE_SOURCE |
auto-detected from prior /test-plan-create run |
Feature directory path, GitHub branch URL, or GitHub PR URL | |
--repo |
- | Target GitHub repository in owner/repo format | |
--reviewers |
- | Comma-separated list of GitHub usernames to assign as PR reviewers |
Usage¶
/test-plan-publish tool_calling_metadata
/test-plan-publish tool_calling_metadata --reviewers alice,bob
/test-plan-publish tool_calling_metadata --repo org/test-plans-repo