Cross-references Jira acceptance criteria against Git diffs to catch specification-code drift before release.
This advanced quality assurance skill audits code changes against product specifications. It fetches the acceptance criteria of a Jira ticket and matches it against the active Git diff or pull request changes.
Using semantic analysis, it verifies that all conditions specified in the AC have corresponding implementations in the codebase, highlighting missing features or unexpected code additions.
A verification report flagging specification gaps, unhandled edge cases in the code, or undocumented logic implemented in the PR.