misteo/AI Issue Analysis

Analyze a GitHub issue with an AI coding agent (Copilot / Claude / Codex) and keep a comment updated with progress and the final result.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 29, 2026
License
LGPL

Pinned Snippet

workflow.ymlSHA-pinned
uses: misteo/ai-issue-analysis@b456da9504e7db434ce24080e85118897b83a055 # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
agentAI agent to use. One of copilot, claude, codex.yes
api-keyAPI key or token for the agent. Supports multiple keys (one per line); a random one is picked each run.yes
api-base-urlCustom API base URL. Typically passed from a repository secret (e.g. secrets.API_BASE_URL).no""
modelModel name passed to the agent CLI.no""
agent-packageNPM package to install. Leave empty to use the agent default.no""
agent-extra-argsExtra CLI arguments appended to the agent command (e.g. "--reasoning-effort xhigh" for Copilot).no""
issue-numberIssue number to analyze. If empty, inferred from the event payload.no""
github-tokenGitHub token used to create and update issue comments.yes
bot-nameBot mention to strip from issue_comment messages.no""
initial-comment-bodyInitial comment body shown before analysis finishes.no🤖 **AI 正在分析该 Issue...** 感谢您的反馈!AI 正在自动分析该问题��预计耗时约 10 分钟。
action-link-textLink text for the current GitHub Actions run.noGitHub Action 运行记录
details-summarySummary text for the collapsible streaming output block.no点击此处展开分析过程
prompt-templateBase prompt template. Placeholders: {{issue_number}}, {{answer_file}}, {{repository}}, {{event_name}}.no严格按照 SKILL 中的规则,分析 GitHub Issue {{issue_number}}。把最终结论写到 {{answer_file}}。
comment-prompt-templateExtra prompt appended when the comment has content. Additional placeholder: {{comment_body}}.no补充要求:{{comment_body}}
stream-update-interval-secondsSeconds between streamed comment updates.no30
cache-dirDirectory for temporary files.no.cache
answer-fileFile path where the agent writes the final answer.noanswer.md
checkout-repositoryWhether to run actions/checkout inside the action.notrue
process-error-messageFallback message in the analysis log when the answer file is missing.no分析过程出现错误,请重试。
result-error-messageFallback message in the final comment when the answer file is missing.no分析结果出现错误,请重试。
extra-comment-contentExtra content appended to every comment update.no""
namedescription
issue-numberResolved issue number.
comment-idIssue comment ID.
comment-urlIssue comment URL.
analysis-promptFinal prompt sent to the agent.
agent-outputFull execution log.
final-conclusionFinal conclusion from the agent.