You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/security_private.yml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,7 @@ labels:
6
6
body:
7
7
- type: markdown
8
8
attributes:
9
-
value: |
10
-
If this is a vulnerability report, do not continue here. Use GitHub private vulnerability reporting if available, or request a private contact without sharing details.
9
+
value: | If this is a vulnerability report, do not continue here. Use GitHub private vulnerability reporting if available, or request a private contact without sharing details.
- Follow `EMOJI_POLICY.md`: do not add emoji to README files, Markdown, code, comments, scripts, metadata, examples, generated output, commits, PR text, or AI responses. For a missing button icon, ask the user before using a temporary emoji placeholder.
52
54
- Update `TASK_PROGRESS.yaml` when completing a visible repository maintenance task.
53
55
- Update `docs/SEO_CHECKLIST.md`, `codemeta.json`, or `.github/repository-metadata.yml` when changing search-facing positioning.
54
56
- Use concise comments only when they explain non-obvious validation, safety, or release behavior.
**Objective:** Transform structured APCP context into a high-density Knowledge Base optimized for RAG-based tools (NotebookLM) or linked-note systems (Obsidian). This is critical for team onboarding and multi-model synchronization.
8
8
9
9
**Prompt to send to AI:**
@@ -23,7 +23,7 @@ Format the output to be instructive and mentor-like, ensuring all technical term
23
23
24
24
---
25
25
26
-
## 📌 SCENARIO 1: Starting a Project for the First Time (Recommended)
26
+
## SCENARIO 1: Starting a Project for the First Time (Recommended)
27
27
28
28
Copy and send to the AI in the same session:
29
29
@@ -52,7 +52,7 @@ Let's make sure we're on the same page before diving into code.
52
52
53
53
---
54
54
55
-
## 📌 SCENARIO 2: Continuing with the Same Model
55
+
## SCENARIO 2: Continuing with the Same Model
56
56
57
57
If you are close to the token limit and continuing with the same model:
58
58
@@ -76,7 +76,7 @@ Let's go!
76
76
77
77
---
78
78
79
-
## 📌 SCENARIO 3: Switching to a New Model
79
+
## SCENARIO 3: Switching to a New Model
80
80
81
81
If you are changing models or have reached the token limit:
82
82
@@ -102,7 +102,7 @@ We'll continue exactly where we left off.
102
102
103
103
---
104
104
105
-
## 📌 SCENARIO 4: Code Review Session
105
+
## SCENARIO 4: Code Review Session
106
106
107
107
To review existing code:
108
108
@@ -124,15 +124,15 @@ Please review against:
124
124
4. Section 15 (Code Review Checklist)
125
125
126
126
Give me:
127
-
- ✅ What looks good
128
-
- ⚠️ Issues/concerns
129
-
- 🔧 Suggested improvements
130
-
- 📝 Before you approve, I'll:
127
+
- What looks good
128
+
- Issues/concerns
129
+
- Suggested improvements
130
+
- Before you approve, I'll:
131
131
```
132
132
133
133
---
134
134
135
-
## 📌 SCENARIO 5: Editing Documentation
135
+
## SCENARIO 5: Editing Documentation
136
136
137
137
When documentation needs updating:
138
138
@@ -161,7 +161,7 @@ Draft the documentation for me.
161
161
162
162
---
163
163
164
-
## 📌 SCENARIO 6: Bug Fix / Hotfix
164
+
## SCENARIO 6: Bug Fix / Hotfix
165
165
166
166
When an urgent bug fix is needed:
167
167
@@ -187,7 +187,7 @@ Let's move fast but safe.
187
187
188
188
---
189
189
190
-
## 📌 SCENARIO 7: Architecture Decision
190
+
## SCENARIO 7: Architecture Decision
191
191
192
192
When an architectural decision or refactoring is needed:
193
193
@@ -214,7 +214,7 @@ Let's think this through before we code.
214
214
215
215
---
216
216
217
-
## 📌 SCENARIO 8: Performance Optimization
217
+
## SCENARIO 8: Performance Optimization
218
218
219
219
When performance improvement is needed:
220
220
@@ -244,7 +244,7 @@ Let's make it faster.
244
244
245
245
---
246
246
247
-
## 📌 SCENARIO 9: Dependency/Library Update
247
+
## SCENARIO 9: Dependency/Library Update
248
248
249
249
When updating a library or adding a new dependency:
250
250
@@ -271,7 +271,7 @@ Help me make this update safely.
271
271
272
272
---
273
273
274
-
## 📌 SCENARIO 10: Task Not Started Yet
274
+
## SCENARIO 10: Task Not Started Yet
275
275
276
276
Time to start a new task:
277
277
@@ -301,7 +301,7 @@ Let's build this feature!
301
301
302
302
---
303
303
304
-
## 🔗 SCENARIO 11: External Service Integration
304
+
## SCENARIO 11: External Service Integration
305
305
306
306
Integrating an external service/API:
307
307
@@ -334,7 +334,7 @@ Let's integrate this safely.
334
334
335
335
---
336
336
337
-
## 🚀 SCENARIO 12: Deployment Preparation
337
+
## SCENARIO 12: Deployment Preparation
338
338
339
339
Before production deployment:
340
340
@@ -365,12 +365,12 @@ Ready to deploy?
365
365
366
366
---
367
367
368
-
## 🆘 SCENARIO 13: Emergency / Urgent Issue
368
+
## SCENARIO 13: Emergency / Urgent Issue
369
369
370
370
Solving an emergency:
371
371
372
372
```
373
-
🚨 EMERGENCY FIX NEEDED 🚨
373
+
EMERGENCY FIX NEEDED
374
374
375
375
Issue: [Description]
376
376
Severity: [Critical / High / Medium]
@@ -396,7 +396,7 @@ Let's fix this NOW.
396
396
397
397
---
398
398
399
-
## 📊 SCENARIO 14: Retrospective & Planning
399
+
## SCENARIO 14: Retrospective & Planning
400
400
401
401
Retrospective and planning at the end of a sprint:
402
402
@@ -429,7 +429,7 @@ Ready for next sprint planning.
429
429
430
430
---
431
431
432
-
## 🔄 SCENARIO 15: Token/Session Ending
432
+
## SCENARIO 15: Token/Session Ending
433
433
434
434
If you are approaching the end of the session:
435
435
@@ -454,7 +454,7 @@ Please:
454
454
455
455
456
456
2. Update TASK_PROGRESS.yaml:
457
-
- Mark completed tasks as ✅
457
+
- Mark completed tasks as
458
458
- Update in-progress percentages
459
459
- Note blockers for next session
460
460
@@ -470,7 +470,7 @@ Save everything and ready to switch models.
470
470
471
471
---
472
472
473
-
## 📌 SCENARIO 16: Caveman Mode (Token Saver) 🪨
473
+
## SCENARIO 16: Caveman Mode (Token Saver)
474
474
475
475
Use this to reduce output token usage by 65%+:
476
476
@@ -491,9 +491,40 @@ Why use many token when few token do trick?
491
491
492
492
---
493
493
494
-
## 📝 BEST PRACTICES WHEN USING THESE PROMPTS
494
+
## SCENARIO 17: User-Requested Update System
495
495
496
-
### ✅ DOS
496
+
Use this only when the user asks for an updater, version checker, auto-update flow, GitHub sync, or launcher that updates before app start.
497
+
498
+
```
499
+
I want an update system for [PROJECT_NAME].
500
+
501
+
User request:
502
+
[Describe the requested update behavior]
503
+
504
+
Project profile:
505
+
- Runtime target: [Windows desktop / portable app / web app / SaaS / mobile / other]
506
+
- Distribution source: [public GitHub / private repo / package manager / app store / other]
0 commit comments