Create CodeQL performance review prompt#12
Conversation
Added a prompt for reviewing CodeQL log output focusing on performance issues, including key aspects to analyze and hardware recommendations.
There was a problem hiding this comment.
Pull request overview
This PR introduces a new prompt template for reviewing CodeQL action log files to identify performance issues. The prompt is designed to help analyze CodeQL scan performance by examining extraction times, database creation, query execution, and providing recommendations for optimization.
- Added a comprehensive guide for analyzing CodeQL log output focused on performance bottlenecks
- Included specific instructions for identifying code exclusion opportunities and hardware sizing recommendations
- Provided guidance on optimizing monorepo scanning strategies
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
@copilot run prettier --check '**/*.{yml,yaml,md}' --write to fix the failing job https://github.com/advanced-security/codeql-development-template/actions/runs/20181698000/job/57943413482?pr=12 |
…w.prompt.md Co-authored-by: felickz <1760475+felickz@users.noreply.github.com>
Fix prettier formatting in CodeQL performance review prompt
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Added a prompt for reviewing CodeQL log output focusing on performance issues, including key aspects to analyze and hardware recommendations.