addefan/AI Coding & Reviewer Agents
An agent-based system with code agent and review agent for automating the SDLC in GitHub repositories.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jan 30, 2026
- License
- MIT
Pinned Snippet
uses: addefan/coding-agent-megaschool-2026@7ad8d54119008ae7ea743a4d33dfc886673c906c # v1.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | Operation mode: "coder" or "reviewer" | yes | — |
| github_token | GitHub Token (permissions: repo, workflow) | yes | — |
| model_api_key | LLM API Key (OpenAI or compatible) | yes | — |
| model_id | Model ID (name) to use (e.g., gpt-4, gpt-3.5-turbo) | yes | — |
| issue_number | Issue number (required for coder mode) | no | — |
| pr_number | PR number (required for reviewer mode) | no | — |
| model_base_url | Base URL for the LLM API (if using a compatible service) | no | — |
| debug | Enable debug logs | no | false |
Outputs
no outputs