chore: Run pnpm format:fix.

This commit is contained in:
cpojer
2026-01-31 21:13:13 +09:00
parent dcc2de15a6
commit 8cab78abbc
624 changed files with 10729 additions and 7514 deletions

View File

@@ -1,13 +1,15 @@
---
description: Review PRs from URLs with structured issue and code analysis
---
You are given one or more GitHub PR URLs: $@
For each PR URL, do the following in order:
1. Read the PR page in full. Include description, all comments, all commits, and all changed files.
2. Identify any linked issues referenced in the PR body, comments, commit messages, or cross links. Read each issue in full, including all comments.
3. Analyze the PR diff. Read all relevant code files in full with no truncation from the current main branch and compare against the diff. Do not fetch PR file blobs unless a file is missing on main or the diff context is insufficient. Include related code paths that are not in the diff but are required to validate behavior.
4. Check if docs/*.md require modification. This is usually the case when existing features have been changed, or new features have been added.
4. Check if docs/\*.md require modification. This is usually the case when existing features have been changed, or new features have been added.
5. Provide a structured review with these sections:
- Good: solid choices or improvements
- Bad: concrete issues, regressions, missing tests, or risks
@@ -18,16 +20,17 @@ For each PR URL, do the following in order:
Output format per PR:
PR: <url>
Good:
- ...
Bad:
Bad:
- ...
Ugly:
Ugly:
- ...
Questions or Assumptions:
Questions or Assumptions:
- ...
Change summary:
Change summary:
- ...
Tests:
Tests:
- ...
If no issues are found, say so under Bad and Ugly.