bcherrington/Augment Review PR Issue Implementation
AI-powered validation of GitHub issue implementations in pull requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| augment_session_auth | Augment session authentication JSON containing accessToken and tenantURL. Store as repository secret for security. | yes | — |
| github_token | GitHub token for API access. Must have 'repo' scope. | yes | — |
| pull_number | The number of the pull request being reviewed | yes | — |
| repo_name | The full name (owner/repo) of the repository | yes | — |
| custom_guidelines | Optional custom validation guidelines to include in the issue implementation review process. These will be added to the default guidelines. | no | — |
| model | Optional model name to use; passed directly to augmentcode/augment-agent. | no | — |
| rules | Optional JSON array of rules file paths to forward as --rules flags to augmentcode/augment-agent. | no | — |
| mcp_configs | Optional JSON array of MCP config file paths to forward as --mcp-config flags to augmentcode/augment-agent. | no | — |
Outputs
no outputs