elastic/Issues Estimator

Estimate story points for a GitHub issue using an Elastic LLM inference endpoint.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGitHub token with permissions to read issues and post comments (issues: write). The automatic github.token is sufficient — no PAT required.yes
issue_numberIssue (or PR) number to estimate.yes
elastic_urlElastic deployment URL.yes
elastic_api_keyElastic API key.yes
elastic_inference_idElastic completion inference endpoint ID.yes
include_labelsComma-separated labels. Only issues that have ALL of these labels are estimated.no""
exclude_labelsComma-separated labels. Issues with any of these labels are skipped.no""
include_issue_typesComma-separated types to include: Issue, PullRequest. Empty = both.no""
exclude_issue_typesComma-separated types to exclude (e.g. PullRequest).no""
namedescription
estimateStory point estimate (1, 2, 3, 5, or 8). Empty if skipped or failed.
skipped'true' if the issue was skipped — either the LLM decided there was not enough information, or the issue was filtered out by label/type rules.