Fix prettier formatting in CodeQL performance review prompt#13
Merged
felickz merged 2 commits intoprompt-codeql_action_log_performance_reviewfrom Dec 14, 2025
Merged
Conversation
…w.prompt.md Co-authored-by: felickz <1760475+felickz@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add CodeQL performance review prompt
Fix prettier formatting in CodeQL performance review prompt
Dec 12, 2025
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.
📝 Prompt Update
🎯 Changes
What Changed
Applied prettier formatting to
codeql_action_log_performance_review.prompt.md:Why This Change
CI job
lint-and-formatwas failing due to prettier formatting violations in the prompt file.Issues Addressed
Resolved prettier check failures blocking PR merge.
🔍 Impact
Previous Behavior
CI workflow failed on
prettier --checkvalidation step.New Behavior
All markdown files pass prettier validation. CI workflow succeeds.
🧪 Validation
Test Scenarios
npx prettier --check '**/*.{yml,yaml,md}'- All files pass validation📋 Checklist
🔗 References
Addresses CI failure: https://github.com/advanced-security/codeql-development-template/actions/runs/20181698000/job/57943413482?pr=12
Note: This update maintains hierarchy integrity and follows prompt system best practices.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.