kiloloop/agent-estimate
Run AI agent effort estimation in CI — PERT + METR + wave planning
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| issues | GitHub issue numbers (comma-separated, e.g. "1,2,3") | yes | — |
| repo | GitHub repo (owner/name) | no | ${{ github.repository }} |
| format | Output format: markdown or json | no | markdown |
| output-mode | Where to send the report: summary, pr-comment, step-output, summary+pr-comment | no | summary |
| config | Path to agent config YAML | no | — |
| title | Report title | no | Agent Estimate Report |
| review-mode | Review overhead tier: none, standard, complex, 3-round | no | standard |
| spec-clarity | Spec clarity modifier (0.3-1.3; lower = clearer) | no | 1.0 |
| warm-context | Warm context modifier (0.3-1.15; lower = warmer) | no | 1.0 |
| agent-fit | Agent fit modifier (0.9-1.2; lower = better fit) | no | 1.0 |
| task-type | Task category: coding, brainstorm, research, config, documentation, frontend, app_dev | no | — |
| python-version | Python version to use | no | 3.12 |
| version | agent-estimate version to install (e.g. "0.7.3"). Omit for latest. | no | — |
| token | GitHub token for issue fetching and PR comments | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| report | Full estimation report content |
| expected-minutes | Expected minutes (available when format is json) |