AI-334: rename alert_confidence / triage_confidence → incident_likelihood#90
Merged
Merged
Conversation
…hood Toolkit-side docs rename matching the upstream ai-agent + mcp-server PR (monte-carlo-data/ai-agent#1115). The MCP `alert_assessment` tool now returns `incident_likelihood` instead of `alert_confidence`, and the remediation skill's stale `triage_confidence` typo is corrected at the same time. Files touched: - skills/automated-triage/SKILL.md — tool description + workflow steps - skills/automated-triage/references/triage-stages.md — output schema + troubleshooting-filter prose - skills/automated-triage/references/triage-example.md — fixture prose + summary-table header - skills/remediation/SKILL.md — tool-output description + urgency rules HIGH/MEDIUM/LOW casing intentionally unchanged — see the ai-agent PR's Key Decisions section for the why (criticality and other axes stay ALL-CAPS across the LLM context). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…context In the automated-triage docs, the score axis is consistently described as "incident likelihood and potential impact" in agent prose now. This pass updates the toolkit copy to match so the LLM sees the same noun pair everywhere — workflow steps, schema bullets, filter sentences, and the summary-table header column. `alert_impact` field-name references in backticks stay unchanged (that's the code identifier). HIGH/MEDIUM/LOW casing also unchanged. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
santiagoaguiar
approved these changes
May 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Toolkit-side docs rename matching the upstream ai-agent + mcp-server PR (monte-carlo-data/ai-agent#1115). The MCP
alert_assessmenttool now returnsincident_likelihoodinstead ofalert_confidence, and the remediation skill's staletriage_confidencetypo is corrected at the same time. Linear ticket: AI-334.Files touched
skills/automated-triage/SKILL.md— tool description + workflow stepsskills/automated-triage/references/triage-stages.md— output schema + troubleshooting-filter proseskills/automated-triage/references/triage-example.md— fixture prose + summary-table headerskills/remediation/SKILL.md— tool-output description + urgency rulesKey decisions
triage_confidencetypo fix inremediation/SKILL.mdwas scoped into this PR since it's the same concept the rename addresses (and a third-spelling drift that should be cleaned up at the same time).HIGH/MEDIUMfilter sentences flipped. The "BOTHincident_likelihoodANDalert_impactare MEDIUM or HIGH" phrasing keeps ALL-CAPS — values are unchanged.Cutover
Toolkit PR is independent of monolith/FE timing. The MCP server side (ai-agent PR #1115) holds merge until the monolith team signals ready; once that ships, this toolkit PR can merge any time. Users on the released
mc-agent-toolkitwon't see field-name mismatches because the toolkit MCP tool description and the prose docs both flip together.Verification
git grep -in "alert_confidence\|triage_confidence"returns zero hits across the repo.🤖 Generated with Claude Code