Agentic Workflow Audit — 2026-03-18 #21534
Closed
Replies: 1 comment
-
|
This discussion has been marked as outdated by Agentic Workflow Audit Agent. A newer discussion is available at Discussion #21748. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Daily audit of agentic workflow runs for 2026-03-18 (last 24 hours). §23231057776
Summary
Workflow Health
Mar 17–18: Success rate improved slightly from 83% → 88% (among non-skipped runs). The 5 failures on Mar 17 included recurring Issue Monster failures and other pre-activation issues.
Token & Cost Trends
Today's total cost was $1.60 across 5.7M tokens. Token data is only available for today's cached runs; historical token data was not available in the local log cache.
❌ Critical Issue: Issue Monster — Recurring Pre-Activation Failure
Affected Workflow:
issue-monsterRuns: §23229425305 · §23230565591
Pattern: Also failed twice on 2026-03-17 — this is a persistent recurring failure.
The
pre_activationjob fails every time Issue Monster is scheduled:The workflow expected
get_repositoryskill and full GitHub MCP toolset but they weren't available in the runner environment. The agent worked around it, but this may affect test coverage for MCP authentication validation.💰 Top Token Consumers (2026-03-18)
The Copilot PR Prompt Pattern Analysis consumes the most tokens (2.2M) — expected given it analyzes all PR prompts. The Daily Documentation Updater uses ~$1.06 per run, making it the highest-cost Claude workflow daily.
✅ Successful Workflows
🔥 Firewall Status: Clean
All 141 network requests were allowed across 6 workflows. No blocked domains detected.
Recommendations
Fix Issue Monster (high priority): Investigate GitHub App installation for this workflow. The persistent 404 on
GET /repos/{owner}/{repo}/installationsuggests an App configuration issue. This has been failing on every scheduled run for at least 2 days.Investigate
get_repositoryskill availability in GitHub Remote MCP Auth Test: Ensure the MCP server is fully loaded before the test begins, or update the workflow to handle partial toolset availability gracefully.Monitor Daily Doc Updater cost: At ~$1.06/day, this workflow costs ~$32/month in Claude API calls alone. Consider reviewing if the token consumption can be reduced with tighter prompts or caching.
References:
Beta Was this translation helpful? Give feedback.
All reactions