Is your feature request related to a problem? Please describe the problem.
As per @AntonioCeppellini proposal:
- Automatically analyze newly created or labeled GitHub issues.
- Identify impacted files, modules, and components.
- Detect missing requirements or ambiguities.
- Generate a technical implementation plan.
- Suggest test cases and validation strategies.
Describe the solution you'd like
Implement a GitHub Actions workflow that leverages AI agents to assist the software development lifecycle by performing issue analysis, technical planning, test recommendations.
Trigger:
- New issue created
- Issue labeled
ai-triage
Outputs:
- Summary of the issue
- Impacted files/components
- Risk assessment
- Missing information checklist
- Proposed technical approach
- Suggested test plan
Results posted as a comment on the issue.
As a second step, we can also trigger implementation by LLM, but let's start with assisted triage ;)
Additional context
No response
Is your feature request related to a problem? Please describe the problem.
As per @AntonioCeppellini proposal:
Describe the solution you'd like
Implement a GitHub Actions workflow that leverages AI agents to assist the software development lifecycle by performing issue analysis, technical planning, test recommendations.
Trigger:
ai-triageOutputs:
Results posted as a comment on the issue.
As a second step, we can also trigger implementation by LLM, but let's start with assisted triage ;)
Additional context
No response