moai github GitHub Integration
moai github provides commands for GitHub issue parsing, SPEC linking, and workflow automation.
It accepts the common flag --dry-run (show what would be done without making changes).
| Command | Description |
|---|---|
moai github parse-issue <number> | Parse a GitHub issue and display its contents |
moai github link-spec <issue-number> <spec-id> | Bidirectionally link a GitHub issue and a SPEC document |
bash
moai github parse-issue 123Parses a GitHub issue and displays its contents.
bash
moai github link-spec 123 SPEC-AUTH-001Creates a bidirectional link between a GitHub issue and a SPEC document.
bash
# Parse an issue
moai github parse-issue 42
# Link an issue to a SPEC (preview)
moai github link-spec 42 SPEC-AUTH-001 --dry-run
# Actual link
moai github link-spec 42 SPEC-AUTH-001- moai pr — PR CI watch
- CLI Overview