chore: add .pi folder

This commit is contained in:
Mario Zechner
2026-01-31 03:42:52 +01:00
parent 9cb5e22861
commit 4b1956ab49
8 changed files with 644 additions and 0 deletions

21
.pi/prompts/is.md Normal file
View File

@@ -0,0 +1,21 @@
---
description: Analyze GitHub issues (bugs or feature requests)
---
Analyze GitHub issue(s): $ARGUMENTS
For each issue:
1. Read the issue in full, including all comments and linked issues/PRs.
2. **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
3. **For feature requests**:
- Read all related code files in full (no truncation)
- Propose the most concise implementation approach
- List affected files and changes needed
Do NOT implement unless explicitly asked. Analyze and propose only.