docs: add prompt files documentation#201
Merged
EMaher merged 12 commits intoJun 30, 2026
Merged
Conversation
Describes available prompt files, how to download them individually (bash and PowerShell), and how to use them in VS Code and GitHub Copilot CLI.
EMaher
added a commit
that referenced
this pull request
Jul 1, 2026
* feat(init): rename output files and rewrite manual guides for UI focus
- Rename manual guide: IDENTITY-SETUP-GITHUB.md → APIOPS-WORKFLOW-IDENTITY-SETUP.md
- Rename manual guide: IDENTITY-SETUP-AZDO.md → APIOPS-PIPELINE-IDENTITY-SETUP.md
- Rename prompt: apiops-setup-identity.prompt.md → apiops-setup-{workflow|pipeline}-identity.prompt.md
- Rewrite manual guides to focus on web UI steps with documentation links
- Add note about identity distinction (Azure access vs PR creation)
- Add reference to prompt file in manual guides
* docs: update Azure DevOps identity guide title
* docs: add official doc links to all UI navigation steps
Adds a reference link to the relevant Microsoft/GitHub docs page
above every section that instructs the user to navigate a web UI,
so readers have a fallback if the UI changes.
* refactor: remove all token injection from manual identity guides
Manual guide markdown files are now fully static with generic
'for each environment' instructions. No more dynamic rendering —
the identity-guide-service just returns the template content as-is.
This makes the guides easier to maintain.
* refactor: inline Azure DevOps core template into prompt file
Combines src/templates/shared/identity-setup-azure-devops-core.md directly
into the Azure DevOps prompt template, eliminating a level of indirection.
The two dynamic tokens (ENVIRONMENTS_ARRAY_POWERSHELL/BASH) are now
rendered directly in the prompt template.
* docs: add prompt files documentation (#201)
Describes available prompt files, how to download them individually
(bash and PowerShell), and how to use them in VS Code and GitHub
Copilot CLI.
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
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 a new documentation article at
docs/guides/prompt-files.mdthat describes the prompt files available in the repository and how to use them independently ofapiops init.What's included
Related Issue(s)
N/A — documentation enhancement
Base branch
This PR targets
emaher-rename-and-rewrite-init-filessince it depends on the prompt markdown files introduced in that branch.