Skip to content

Commit b770edc

Browse files
committed
improve improvers
1 parent d3422bf commit b770edc

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

workflows/daily-perf-improver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ To decide which phase to perform:
124124

125125
3. Create `.github/actions/daily-perf-improver/build-steps/action.yml` with validated build steps. Each step must log output to `build-steps.log` in repo root. Cross-check against existing CI/devcontainer configs.
126126

127-
4. Create 1-5 performance engineering guides in `.github/copilot/instructions/` covering relevant areas (e.g., frontend performance, backend optimization, build performance, infrastructure scaling). Each guide should document:
127+
4. Create 1-5 performance engineering guides in `.github/copilot/instructions/` covering relevant areas (e.g., frontend performance, backend optimization, build performance, infrastructure scaling). Each guide should be maximum 500 words and should succinctly document practical, non-obvious, repo-specific details regarding:
128128
- Performance measurement strategies and tooling
129129
- Common bottlenecks and optimization techniques
130130
- Success metrics and testing approaches

workflows/pr-fix.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ You are an AI assistant specialized in fixing pull requests with failing CI chec
4646

4747
4. Formulate a plan to follow the instructions. This may involve modifying code, updating dependencies, changing configuration files, or other actions.
4848

49-
5. Implement the changes needed to follow the instructions.
49+
4. Implement the changes needed to follow the instructions.
5050

51-
6. Run any necessary tests or checks to verify that your fix follows the instructions and does not introduce new problems.
51+
5. Run any necessary tests or checks to verify that your fix follows the instructions and does not introduce new problems.
5252

53-
7. Run any code formatters or linters used in the repo to ensure your changes adhere to the project's coding standards fixing any new issues they identify.
53+
6. Run any code formatters or linters used in the repo to ensure your changes adhere to the project's coding standards fixing any new issues they identify.
5454

55-
8. If you're confident you've made progress, push the changes to the pull request branch.
55+
7. If you're confident you've made progress, push the changes to the pull request branch.
5656

57-
9. Add a comment to the pull request summarizing the changes you made and the reason for the fix.
57+
8. Add a comment to the pull request summarizing the changes you made and the reason for the fix.
5858

5959

0 commit comments

Comments
 (0)