Release Notes Coverage Checker
Check whether release notes cover the feature changes, fixes, and known issues provided by the user.
How this app helps ChatGPT
It helps ChatGPT organize explicitly stated release items from user-provided change materials, compare those release items with user-provided Release Notes, identify covered, missing, and inconsistently described items, and preserve source evidence so users can review the result.
What input it accepts
- Change lists
- Delivery reports
- Commit summaries
- Test result text
- Release Notes text
- Structured release items
What output it returns
- Release items
- Covered items
- Missing items
- Inconsistent items
- Source evidence
Available tools
extract_release_itemscheck_release_notes_coverage
MCP endpoint
POST /mcp
What this app does NOT do
- It only compares materials provided in the current request.
- It does not access GitHub or code repositories.
- It does not run code or tests.
- It does not verify whether features are actually implemented.
- It does not verify deployment status.
- It does not modify or publish Release Notes.
- It is read-only and stateless.
Data handling
The app processes only the materials provided for the current request and returns structured results for that request. It does not create user accounts, connect to a database, or write to external systems.
Support
Contact sidcraigau@gmail.com.