feat: Update prompting rules to emphasize English usage, first-person phrasing, and conciseness for AI prompts

This commit is contained in:
2026-04-20 16:00:05 -06:00
parent 6409539c0b
commit a921d5f7ce
2 changed files with 6 additions and 0 deletions

View File

@@ -28,6 +28,9 @@ Use this skill when the user wants a prompt for another AI assistant, GitHub Cop
## Fidelity Prompting Rules
- Write the final prompt in English unless the user explicitly requests another language.
- Default to first-person wording so the user can paste the prompt directly into Copilot.
- Keep the prompt short unless the user asks for more detail.
- Include Jira ID and approved title when available.
- For REST work, say REST is behind a feature flag and GraphQL is fallback unless confirmed otherwise.
- For XFlow work, say behavior may depend on entry point, auth state, backend config, and consumer integration.