ai-quality-sentinel

Proof of Concept (POC): The Context Bridge

1. POC Scope

The objective of the POC is to demonstrate that an AI can identify when code submitted via a Pull Request (PR) does not meet the acceptance criteria defined in a Jira task.

2. Test Scenario

3. Simplified Architecture

  1. Mock Data: JSONs simulating Jira and GitHub APIs.
  2. LLM Prompting: Use Few-Shot Prompting to teach the AI how to compare requirements against code.
  3. Interface: A simple dashboard (Streamlit or static Markdown) comparing “Expected” vs. “Delivered”.

4. Success Metrics for the POC

Next Steps

Languages