Skip to content

Add "Agentic" starter prompts & metadata#3275

Open
mnkiefer wants to merge 4 commits intoactions:mainfrom
mnkiefer:mnkiefer/agentic-prompts
Open

Add "Agentic" starter prompts & metadata#3275
mnkiefer wants to merge 4 commits intoactions:mainfrom
mnkiefer:mnkiefer/agentic-prompts

Conversation

@mnkiefer
Copy link
Copy Markdown
Contributor

@mnkiefer mnkiefer commented Apr 17, 2026

  • 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:

    • Prompt files in agentic/ for the four documentation examples
    • Matching metadata property files in agentic/properties/ for the new entries
    • A shared agentic/prompt-template-variables.json file for the repeated create.md prompt prefix

Notes

  • The existing agentic folder/category naming is preserved for consistency with repository structure and validation
  • These files currently use a source-template convention and assume a collector/rendering step (dotcom) will substitute {{ create_workflow_prefix }}

@mnkiefer mnkiefer marked this pull request as ready for review April 17, 2026 05:57
@mnkiefer mnkiefer requested review from a team as code owners April 17, 2026 05:57
Copilot AI review requested due to automatic review settings April 17, 2026 05:57
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.json metadata.
  • Added 3 new starter-prompt Markdown files plus a shared agentic/prompt-template-variables.json file, and updated agentic/issue-triage.md to 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

Comment thread agentic/issue-triage.md Outdated
Comment thread agentic/properties/documentation-updater.properties.json Outdated
Comment thread agentic/properties/agents-md-maintainer.properties.json Outdated
Comment thread agentic/properties/activity-report.properties.json Outdated
Comment thread agentic/activity-report.md Outdated
Comment thread agentic/agents-md-maintainer.md Outdated
Comment thread agentic/documentation-updater.md Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants