Add "Agentic" starter prompts & metadata#3275
Open
mnkiefer wants to merge 4 commits intoactions:mainfrom
Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR shifts the agentic/ content from checked-in Agentic workflow sources to “starter prompt” entrypoints, adding a shared template variable and updating metadata to match the new prompt set.
Changes:
- Removed multiple existing Agentic workflow Markdown files and their corresponding
agentic/properties/*.properties.jsonmetadata. - Added 3 new starter-prompt Markdown files plus a shared
agentic/prompt-template-variables.jsonfile, and updatedagentic/issue-triage.mdto the new prompt style. - Added new metadata property files for the new starter prompts.
Show a summary per file
| File | Description |
|---|---|
| agentic/repository-quality-improver.md | Removed previous Agentic workflow content. |
| agentic/repo-assist.md | Removed previous Agentic workflow content. |
| agentic/pr-fix.md | Removed previous Agentic workflow content. |
| agentic/duplicate-code-detector.md | Removed previous Agentic workflow content. |
| agentic/daily-test-improver.md | Removed previous Agentic workflow content. |
| agentic/daily-team-status.md | Removed previous Agentic workflow content. |
| agentic/daily-repo-status.md | Removed previous Agentic workflow content. |
| agentic/daily-doc-updater.md | Removed previous Agentic workflow content. |
| agentic/code-simplifier.md | Removed previous Agentic workflow content. |
| agentic/ci-doctor.md | Removed previous Agentic workflow content. |
| agentic/issue-triage.md | Replaced workflow source with a starter prompt that references {{ create_workflow_prefix }}. |
| agentic/documentation-updater.md | Added starter prompt for documentation updates. |
| agentic/agents-md-maintainer.md | Added starter prompt for maintaining AGENTS.md. |
| agentic/activity-report.md | Added starter prompt for daily activity reporting. |
| agentic/prompt-template-variables.json | Added shared template variables used by the starter prompts. |
| agentic/properties/repository-quality-improver.properties.json | Removed metadata for deleted workflow. |
| agentic/properties/repo-assist.properties.json | Removed metadata for deleted workflow. |
| agentic/properties/pr-fix.properties.json | Removed metadata for deleted workflow. |
| agentic/properties/duplicate-code-detector.properties.json | Removed metadata for deleted workflow. |
| agentic/properties/daily-test-improver.properties.json | Removed metadata for deleted workflow. |
| agentic/properties/daily-team-status.properties.json | Removed metadata for deleted workflow. |
| agentic/properties/daily-repo-status.properties.json | Removed metadata for deleted workflow. |
| agentic/properties/daily-doc-updater.properties.json | Removed metadata for deleted workflow. |
| agentic/properties/code-simplifier.properties.json | Removed metadata for deleted workflow. |
| agentic/properties/ci-doctor.properties.json | Removed metadata for deleted workflow. |
| agentic/properties/documentation-updater.properties.json | Added metadata for the new starter prompt. |
| agentic/properties/agents-md-maintainer.properties.json | Added metadata for the new starter prompt. |
| agentic/properties/activity-report.properties.json | Added metadata for the new starter prompt. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 28/28 changed files
- Comments generated: 7
pelikhan
approved these changes
Apr 17, 2026
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.
Adds the 4 starter prompts from the GitHub Agentic Workflows docs.
The initial direction was to add full agentic workflow markdown files. In hindsight, after revisiting the current authoring guidance, it seems more natural to capture the prompt entrypoints instead of checked-in generated workflow source. This better matches the current onboarding model: users start from prompts, and those prompts lead to generated workflows.
This PR removes former workflows (Add "Agentic" starter workflows & metadata #3270) and instead adds:
agentic/for the four documentation examplesagentic/properties/for the new entriesagentic/prompt-template-variables.jsonfile for the repeatedcreate.mdprompt prefixNotes
agenticfolder/category naming is preserved for consistency with repository structure and validation{{ create_workflow_prefix }}