lymo-inc/Own Your Review
Comprehension questions on PRs to verify reviewers understood the code. Stop vibe-merging.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 10, 2026
- License
- None
Pinned Snippet
uses: lymo-inc/own-your-review@94d00334de6c4dab73e49fe344388b907ad96e72 # v0.2.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| anthropic_api_key | Anthropic API key for direct API access | no | — |
| claude_code_oauth_token | Claude Code OAuth token (alternative to API key) | no | — |
| use_bedrock | Use Amazon Bedrock instead of direct Anthropic API | no | false |
| use_vertex | Use Google Vertex AI instead of direct Anthropic API | no | false |
| max_questions | Maximum comprehension questions per PR (1-7) | no | 5 |
| min_questions | Minimum questions, even for small PRs | no | 2 |
| reviewer_level | Reviewer experience level: junior, mid, or senior | no | mid |
| learning_note | Post a learning note when PR is approved without engaging with questions | no | true |
| config_path | Path to config file for ignore rules and advanced settings | no | .github/own-your-review-config.yml |
| model | Override the Claude model (defaults to claude-sonnet-4-5-20250929) | no | "" |
| language | Language for generated comments (ISO 639-1, e.g. 'en', 'ja') | no | en |
Outputs
no outputs