Add AI review customization workflows#905
Open
johnml1135 wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds FieldWorks-specific Copilot customization artifacts to standardize PR analysis, pre-PR author “challenge” workflows, and structured response handling for review comments.
Changes:
- Added a repo-root
CONTEXT.mdglossary/invariants document to align terminology across humans and agents. - Introduced new skills/prompts for pre-PR author challenge (
challenge-pr-author) and for addressing review feedback (respond-to-review-comments), plus a terminology-grilling skill (grill-with-docs). - Added a FieldWorks-specific review analyzer instruction set and updated repo context entry points.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| CONTEXT.md | New repo-wide shared language/glossary and invariants for FieldWorks. |
| .github/skills/respond-to-review-comments/SKILL.md | New workflow skill for triaging/fixing/replying to PR review comments. |
| .github/skills/grill-with-docs/SKILL.md | New skill for tightening terminology against repo context documents. |
| .github/skills/challenge-pr-author/SKILL.md | New pre-PR interactive author “challenge” workflow that writes .review/summary.md. |
| .github/prompts/respond-to-review-comments.prompt.md | Prompt wiring to invoke the respond-to-review-comments skill. |
| .github/prompts/challenge-pr-author.prompt.md | Prompt wiring to invoke the challenge-pr-author skill. |
| .github/instructions/review-analyzer.instructions.md | New FieldWorks PR/branch analysis policy with required passes and rubric. |
| .github/context/codebase.context.md | Adds pointers to CONTEXT.md and the new review-response skill. |
| Use these entry points to load context efficiently without scanning the entire repo. | ||
|
|
||
| - Shared language and glossary: `CONTEXT.md` | ||
| - Onboarding: `.github/AGENTS.md` |
|
|
||
| ## Required Context | ||
|
|
||
| Before working comments: |
| name: challenge-pr-author | ||
| description: "Interactively challenge a FieldWorks PR author before posting a PR. Use for pre-PR review, author interview, branch review, PR readiness, review summary generation, and surfacing gaps in understanding or validation." | ||
| argument-hint: "Optional branch purpose or PR goal" | ||
| user-invocable: false |
|
|
||
| > "Review summary written to `.review/summary.md`. | ||
| > | ||
| > Please review it, make changes where appropriate, and run `/challenge-pr-author` again until you are ready to post the PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds FieldWorks AI customization workflows for PR review and author feedback:
CI-ready checklist
.github/commit-guidelines.md.CI: Full local checkafter amending whitespace-normalized files.Src/**folders touched, correspondingAGENTS.mdfiles are updated or explicitly confirmed still accurate. NoSrc/**folders were touched.Notes for reviewers
This PR changes Copilot customization and context files only; no product source, build scripts, installer files, or runtime behavior changed.
This change is