mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
943 B
943 B
| description |
|---|
| Analyze GitHub issues (bugs or feature requests) |
Analyze GitHub issue(s): $ARGUMENTS
For each issue:
-
Read the issue in full, including all comments and linked issues/PRs.
-
Do not trust analysis written in the issue. Independently verify behavior and derive your own analysis from the code and execution path.
-
For bugs:
- Ignore any root cause analysis in the issue (likely wrong).
- Read all related code files in full (no truncation).
- Trace the code path and identify the actual root cause.
- Propose a fix and list affected runtime directories/files.
-
For feature requests:
- Do not trust implementation proposals in the issue without verification.
- Read all related code files in full (no truncation).
- Propose the most concise implementation approach.
- List affected files and runtime directories.
Do NOT implement unless explicitly asked. Analyze and propose only.