Skip to content

Add severity assessment to frontend-triage agent - #6315

Merged
msujaws merged 1 commit into
mozilla:masterfrom
msujaws:frontend-triage-improvements
Aug 7, 2026
Merged

Add severity assessment to frontend-triage agent#6315
msujaws merged 1 commit into
mozilla:masterfrom
msujaws:frontend-triage-improvements

Conversation

@msujaws

@msujaws msujaws commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Extend the frontend-triage agent with a new triage judgment driven by rules and prompt (no ML models or new tools).

What it does

  • Severity assessment: assesses an appropriate Mozilla severity (S1–S4) from user impact.

At high confidence the agent records a bugzilla_update_bug proposal for the severity for human review; at medium/low confidence it reports the assessment only.

Changes

  • Adds a severity-assessment.md rule file.
  • Adds the corresponding job step and structured-output key in the system prompt.
  • Adds a SeverityAssessment submodel parsed into FrontendTriageResult.

@msujaws
msujaws requested a review from a team as a code owner July 14, 2026 15:36
@msujaws msujaws changed the title Add product/component verification and severity assessment to frontend-triage agent Add severity assessment to frontend-triage agent Aug 7, 2026
@msujaws
msujaws force-pushed the frontend-triage-improvements branch from 25f4c75 to 5d83018 Compare August 7, 2026 15:42

@crythms crythms left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good. Thanks

Extend the frontend-triage agent with a severity judgment driven by rules and
prompt (no ML models or new tools). It assesses an appropriate Mozilla severity
(S1-S4) from user impact. At high confidence the agent records a
bugzilla_update_bug proposal for the severity for human review; at medium/low
confidence it reports the assessment only.

Adds a severity-assessment.md rule file, the corresponding job step and
structured-output key in the system prompt, and a SeverityAssessment submodel
parsed into FrontendTriageResult.
@msujaws
msujaws force-pushed the frontend-triage-improvements branch from 5d83018 to d52c89b Compare August 7, 2026 17:13
@msujaws
msujaws enabled auto-merge (rebase) August 7, 2026 17:14
@msujaws
msujaws merged commit 6b7680f into mozilla:master Aug 7, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants