Conversation
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
There was a problem hiding this comment.
Pull request overview
Adds a new regulatory/quality prompt for grading MDSAP nonconformities using the GHTF/SG3/N19:2012 5-step matrix, and wires it into the repo’s prompt indexes and generated docs.
Changes:
- Introduces
MDSAP Nonconformity Grading Evaluatorprompt YAML underprompts/regulatory/quality/. - Adds generated prompt documentation markdown for the new prompt.
- Updates regulatory/quality overviews and global docs indices (index, regulatory landing page, TOC) to include the new prompt.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| prompts/regulatory/quality/overview.md | Adds the new prompt to the regulatory/quality overview list. |
| prompts/regulatory/quality/mdsap_nonconformity_grading_evaluator.prompt.yaml | New prompt definition, variables, testData, and output evaluators. |
| docs/prompts/regulatory/quality/mdsap_nonconformity_grading_evaluator.prompt.md | Generated documentation page for the new prompt. |
| docs/table-of-contents.md | Adds the new prompt doc page to the global docs TOC. |
| docs/regulatory.md | Adds the new prompt to the regulatory docs landing page list. |
| docs/index.md | Adds the new prompt to the main docs index. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| testData: | ||
| - input: | ||
| audit_finding: "During the review of the CAPA subsystem, it was noted that CAPA 2023-014 was closed without objective evidence of effectiveness verification. This is the third occurrence of this issue in the past year." | ||
| regulatory_framework: "ISO 13485:2016 Clause 8.5.2" | ||
| qms_impact: "High. Failure to verify CAPA effectiveness undermines the continuous improvement process." | ||
| product_impact: "Unknown, potentially high if the unverified CAPA was related to product safety." |
| evaluators: | ||
| - name: Grading Step Verification | ||
| regex: | ||
| pattern: "(?i)Step 1.*Step 2.*Step 3.*Step 4.*Step 5" |
| pattern: "(?i)Step 1.*Step 2.*Step 3.*Step 4.*Step 5" | ||
| - name: Final Grade Output | ||
| regex: | ||
| pattern: "(?i)Final Grade" |
Adds a new prompt to evaluate audit findings using the GHTF 5-step matrix under the regulatory/quality domain.
PR created automatically by Jules for task 11053620951043071673 started by @fderuiter