-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
Epic: AI-assisted Regex Generator Integration in Build Insights
This Epic aims to develop an AI-assisted regex generator feature in Build Insights (previously Build Analysis) for dotnet/arcade-services. This tool will greatly improve the process of reporting new known issues by automating regex formulation, validation, and integration. The process will leverage the workflow and documentation outlined at KnownIssues.md.
Feature Overview
- User Flow:
- A user identifies and describes an issue requiring reporting as "known".
- The AI gathers a representative sample of log data.
- The AI automatically generates a regex pattern to detect the issue within the logs.
- AI validates the regex on the gathered sample to ensure accuracy.
- After user confirmation, the system automatically registers the issue as "known", minimizing manual intervention.
- AI creates a tracking issue in the appropriate product repo to address the root cause.
- AI analyzes the logs/issues, proposes a solution, and, where feasible, creates a PR with a fix.
Goals
- Streamline and automate the known issue reporting process
- Reduce manual regex crafting and validation
- Improve accuracy and speed of known issue tracking
- Enable AI-driven root cause analysis and remediation proposals
Acceptance Criteria
- Demo of end-to-end AI-assisted workflow following the steps above
- Extensive logging and traceability for all AI actions
- Documentation updates to KnownIssues.md to reflect the new process
Type: Epic
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels