codingbuddy-rules 3.1.1 → 3.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/.ai-rules/adapters/antigravity.md +48 -0
  2. package/.ai-rules/adapters/claude-code.md +48 -0
  3. package/.ai-rules/adapters/codex.md +48 -0
  4. package/.ai-rules/adapters/cursor.md +48 -0
  5. package/.ai-rules/adapters/kiro.md +48 -0
  6. package/.ai-rules/adapters/q.md +48 -0
  7. package/.ai-rules/agents/accessibility-specialist.json +0 -4
  8. package/.ai-rules/agents/act-mode.json +0 -15
  9. package/.ai-rules/agents/agent-architect.json +0 -14
  10. package/.ai-rules/agents/ai-ml-engineer.json +0 -17
  11. package/.ai-rules/agents/architecture-specialist.json +0 -4
  12. package/.ai-rules/agents/backend-developer.json +0 -22
  13. package/.ai-rules/agents/code-quality-specialist.json +0 -4
  14. package/.ai-rules/agents/code-reviewer.json +0 -50
  15. package/.ai-rules/agents/data-engineer.json +0 -18
  16. package/.ai-rules/agents/devops-engineer.json +0 -14
  17. package/.ai-rules/agents/documentation-specialist.json +0 -4
  18. package/.ai-rules/agents/eval-mode.json +0 -15
  19. package/.ai-rules/agents/event-architecture-specialist.json +0 -4
  20. package/.ai-rules/agents/frontend-developer.json +0 -21
  21. package/.ai-rules/agents/i18n-specialist.json +0 -4
  22. package/.ai-rules/agents/integration-specialist.json +0 -4
  23. package/.ai-rules/agents/migration-specialist.json +0 -4
  24. package/.ai-rules/agents/mobile-developer.json +0 -18
  25. package/.ai-rules/agents/observability-specialist.json +0 -4
  26. package/.ai-rules/agents/performance-specialist.json +0 -4
  27. package/.ai-rules/agents/plan-mode.json +0 -13
  28. package/.ai-rules/agents/platform-engineer.json +0 -16
  29. package/.ai-rules/agents/security-specialist.json +0 -4
  30. package/.ai-rules/agents/seo-specialist.json +0 -4
  31. package/.ai-rules/agents/solution-architect.json +0 -14
  32. package/.ai-rules/agents/technical-planner.json +0 -15
  33. package/.ai-rules/agents/test-strategy-specialist.json +0 -4
  34. package/.ai-rules/agents/tooling-engineer.json +0 -13
  35. package/.ai-rules/agents/ui-ux-designer.json +0 -12
  36. package/.ai-rules/keyword-modes.json +18 -4
  37. package/.ai-rules/skills/README.md +6 -0
  38. package/.ai-rules/skills/pr-all-in-one/SKILL.md +364 -0
  39. package/.ai-rules/skills/pr-all-in-one/configuration-guide.md +316 -0
  40. package/.ai-rules/skills/pr-all-in-one/issue-patterns.md +40 -0
  41. package/.ai-rules/skills/pr-all-in-one/pr-templates.md +154 -0
  42. package/package.json +1 -1
@@ -1,12 +1,6 @@
1
1
  {
2
2
  "name": "Technical Planner",
3
3
  "description": "Low-level implementation planning with TDD and bite-sized tasks",
4
-
5
- "model": {
6
- "preferred": "claude-sonnet-4-20250514",
7
- "reason": "Balanced for detailed planning and code generation"
8
- },
9
-
10
4
  "role": {
11
5
  "title": "Technical Planner",
12
6
  "type": "primary",
@@ -25,12 +19,10 @@
25
19
  "Ensure plans are context-complete for engineers"
26
20
  ]
27
21
  },
28
-
29
22
  "context_files": [
30
23
  ".ai-rules/rules/core.md",
31
24
  ".ai-rules/rules/augmented-coding.md"
32
25
  ],
33
-
34
26
  "skills": {
35
27
  "required": [
36
28
  {
@@ -57,7 +49,6 @@
57
49
  }
58
50
  ]
59
51
  },
60
-
61
52
  "activation": {
62
53
  "trigger": "When detailed implementation planning with TDD is needed",
63
54
  "explicit_patterns": [
@@ -113,7 +104,6 @@
113
104
  "language": "All responses in Korean"
114
105
  }
115
106
  },
116
-
117
107
  "workflow": {
118
108
  "planning_task": {
119
109
  "approach": "TDD-First Planning",
@@ -129,7 +119,6 @@
129
119
  ]
130
120
  }
131
121
  },
132
-
133
122
  "plan_format": {
134
123
  "header": {
135
124
  "required": [
@@ -154,7 +143,6 @@
154
143
  ]
155
144
  }
156
145
  },
157
-
158
146
  "modes": {
159
147
  "planning": {
160
148
  "description": "Creating detailed implementation plans",
@@ -183,7 +171,6 @@
183
171
  ]
184
172
  }
185
173
  },
186
-
187
174
  "execution_options": {
188
175
  "subagent_driven": {
189
176
  "description": "Execute in current session with fresh subagent per task",
@@ -196,7 +183,6 @@
196
183
  "benefits": ["Parallel work possible", "Clear handoff points"]
197
184
  }
198
185
  },
199
-
200
186
  "communication": {
201
187
  "style": "Detailed and actionable plans, TDD-focused",
202
188
  "approach": [
@@ -206,7 +192,6 @@
206
192
  "Offer clear execution choice at end"
207
193
  ]
208
194
  },
209
-
210
195
  "reference": {
211
196
  "project_rules": ".ai-rules/rules/",
212
197
  "existing_agents": ".ai-rules/agents/*.json",
@@ -1,10 +1,6 @@
1
1
  {
2
2
  "name": "Test Strategy Specialist",
3
3
  "description": "Test strategy expert for Planning, Implementation, and Evaluation modes - unified specialist for TDD vs Test-After decisions, test coverage planning, and test quality assessment",
4
- "model": {
5
- "preferred": "claude-sonnet-4-20250514",
6
- "reason": "Suitable model for test strategy planning"
7
- },
8
4
  "role": {
9
5
  "title": "Test Strategy Engineer",
10
6
  "expertise": [
@@ -1,11 +1,6 @@
1
1
  {
2
2
  "name": "Tooling Engineer",
3
3
  "description": "Project configuration, build tools, and development environment specialist",
4
- "model": {
5
- "preferred": "claude-sonnet-4-20250514",
6
- "reason": "Balanced for configuration tasks and tooling setup"
7
- },
8
-
9
4
  "role": {
10
5
  "title": "Tooling Engineer",
11
6
  "type": "primary",
@@ -28,9 +23,7 @@
28
23
  "Integrate MCP tools with development workflow"
29
24
  ]
30
25
  },
31
-
32
26
  "context_files": [".ai-rules/rules/core.md", ".ai-rules/rules/project.md"],
33
-
34
27
  "activation": {
35
28
  "trigger": "When user works with config files, build tools, or development environment setup",
36
29
  "explicit_patterns": [
@@ -82,7 +75,6 @@
82
75
  "language": "All response text in Korean"
83
76
  }
84
77
  },
85
-
86
78
  "workflow": {
87
79
  "config_modification": {
88
80
  "approach": "Incremental change with validation",
@@ -134,7 +126,6 @@
134
126
  ]
135
127
  }
136
128
  },
137
-
138
129
  "config_patterns": {
139
130
  "typescript": {
140
131
  "tsconfig.json": "TypeScript compiler configuration",
@@ -157,7 +148,6 @@
157
148
  "engines": "Node.js version requirements"
158
149
  }
159
150
  },
160
-
161
151
  "best_practices": {
162
152
  "general": [
163
153
  "Use specific versions or version ranges (^, ~) appropriately",
@@ -185,7 +175,6 @@
185
175
  "Consider bundle size implications"
186
176
  ]
187
177
  },
188
-
189
178
  "code_quality_checklist": [
190
179
  "Configuration is valid and parseable",
191
180
  "All settings are documented or self-explanatory",
@@ -194,7 +183,6 @@
194
183
  "Lint and typecheck pass",
195
184
  "Development workflow still works correctly"
196
185
  ],
197
-
198
186
  "communication": {
199
187
  "language": "ko",
200
188
  "style": "Technical and precise, focusing on configuration details",
@@ -205,7 +193,6 @@
205
193
  "Verify changes work before completing"
206
194
  ]
207
195
  },
208
-
209
196
  "reference": {
210
197
  "project_rules": ".ai-rules/rules/",
211
198
  "config_schema_reference": "See project's package.json and existing configs",
@@ -1,11 +1,6 @@
1
1
  {
2
2
  "name": "UI/UX Designer",
3
3
  "description": "UI/UX design specialist based on universal design principles and UX best practices - focuses on aesthetics, usability, and user experience rather than specific design system implementations",
4
- "model": {
5
- "preferred": "claude-sonnet-4-20250514",
6
- "reason": "Suitable model for UI/UX design analysis"
7
- },
8
-
9
4
  "role": {
10
5
  "title": "UI/UX Design Specialist",
11
6
  "expertise": [
@@ -25,9 +20,7 @@
25
20
  "Collaborate with Accessibility Specialist for inclusive design"
26
21
  ]
27
22
  },
28
-
29
23
  "context_files": [".ai-rules/rules/core.md", ".ai-rules/rules/project.md"],
30
-
31
24
  "modes": {
32
25
  "planning": {
33
26
  "activation": {
@@ -217,7 +210,6 @@
217
210
  }
218
211
  }
219
212
  },
220
-
221
213
  "implementation": {
222
214
  "activation": {
223
215
  "trigger": "When implementing UI components, user interfaces, or interaction patterns",
@@ -336,7 +328,6 @@
336
328
  }
337
329
  }
338
330
  },
339
-
340
331
  "evaluation": {
341
332
  "activation": {
342
333
  "trigger": "When evaluating UI/UX quality, design review is needed, or Code Reviewer identifies design concerns",
@@ -439,7 +430,6 @@
439
430
  }
440
431
  }
441
432
  },
442
-
443
433
  "shared_framework": {
444
434
  "design_principles_reference": {
445
435
  "visual_hierarchy": "Size, Color, Contrast, Spacing, Position to guide attention",
@@ -491,7 +481,6 @@
491
481
  "common_patterns": ["mobile-first", "desktop-first", "content-based"]
492
482
  }
493
483
  },
494
-
495
484
  "communication": {
496
485
  "approach": [
497
486
  "Start by understanding user goals and context",
@@ -502,7 +491,6 @@
502
491
  "Collaborate with other specialists (Accessibility, Frontend)"
503
492
  ]
504
493
  },
505
-
506
494
  "reference": {
507
495
  "design_theory": {
508
496
  "visual_design": "CRAP principles (Robin Williams), Gestalt principles",
@@ -8,7 +8,11 @@
8
8
  "delegates_to": "frontend-developer",
9
9
  "defaultSpecialists": [
10
10
  "architecture-specialist",
11
- "test-strategy-specialist"
11
+ "test-strategy-specialist",
12
+ "event-architecture-specialist",
13
+ "integration-specialist",
14
+ "observability-specialist",
15
+ "migration-specialist"
12
16
  ]
13
17
  },
14
18
  "ACT": {
@@ -23,7 +27,9 @@
23
27
  "delegates_to": "frontend-developer",
24
28
  "defaultSpecialists": [
25
29
  "code-quality-specialist",
26
- "test-strategy-specialist"
30
+ "test-strategy-specialist",
31
+ "event-architecture-specialist",
32
+ "integration-specialist"
27
33
  ]
28
34
  },
29
35
  "EVAL": {
@@ -36,7 +42,11 @@
36
42
  "security-specialist",
37
43
  "accessibility-specialist",
38
44
  "performance-specialist",
39
- "code-quality-specialist"
45
+ "code-quality-specialist",
46
+ "event-architecture-specialist",
47
+ "integration-specialist",
48
+ "observability-specialist",
49
+ "migration-specialist"
40
50
  ]
41
51
  },
42
52
  "AUTO": {
@@ -52,8 +62,12 @@
52
62
  "defaultSpecialists": [
53
63
  "architecture-specialist",
54
64
  "test-strategy-specialist",
65
+ "security-specialist",
55
66
  "code-quality-specialist",
56
- "security-specialist"
67
+ "event-architecture-specialist",
68
+ "integration-specialist",
69
+ "observability-specialist",
70
+ "migration-specialist"
57
71
  ]
58
72
  }
59
73
  },
@@ -14,6 +14,7 @@ Reusable workflows for consistent development practices.
14
14
  | executing-plans | Execute implementation plans with review checkpoints | Following written plans |
15
15
  | frontend-design | Create distinctive, production-grade frontend interfaces | Building web components/pages |
16
16
  | incident-response | Systematic organizational response to production incidents | Production incidents, alerts, service degradation |
17
+ | pr-all-in-one | Unified commit and PR workflow with smart issue linking | `/pr-all-in-one [target] [issue]` |
17
18
  | pr-review | Systematic, evidence-based PR review with anti-sycophancy principles | Conducting manual PR reviews |
18
19
  | refactoring | Structured, test-driven refactoring workflow with Tidy First principles | Improving code structure without changing behavior |
19
20
  | subagent-driven-development | Execute plans with independent tasks in current session | In-session plan execution |
@@ -131,6 +132,11 @@ EOF
131
132
  ├── performance-optimization/
132
133
  │ ├── SKILL.md
133
134
  │ └── documentation-template.md
135
+ ├── pr-all-in-one/
136
+ │ ├── SKILL.md
137
+ │ ├── configuration-guide.md
138
+ │ ├── issue-patterns.md
139
+ │ └── pr-templates.md
134
140
  ├── pr-review/
135
141
  │ └── SKILL.md
136
142
  ├── refactoring/
@@ -0,0 +1,364 @@
1
+ ---
2
+ name: pr-all-in-one
3
+ description: Unified commit and PR workflow. Auto-commits changes, creates/updates PRs with smart issue linking and multi-language support.
4
+ ---
5
+
6
+ # PR All-in-One
7
+
8
+ ## Overview
9
+
10
+ Streamlines commit-to-PR workflow with auto-commit, smart issue linking, and multi-language support. Handles the complete flow from uncommitted changes to published PR with intelligent branch management, logical commit grouping, and context-aware PR descriptions.
11
+
12
+ ## When to Use
13
+
14
+ - Any situation requiring PR creation
15
+ - When uncommitted changes exist
16
+ - When an existing PR needs updating
17
+ - When you want to handle branch creation and PR in one step
18
+ - When you want to auto-link Issue IDs to the PR
19
+
20
+ ## Usage
21
+
22
+ ```
23
+ /pr-all-in-one [target-branch] [issue-id]
24
+ ```
25
+
26
+ **Examples:**
27
+ - `/pr-all-in-one` - PR to default branch, issue ID from branch name
28
+ - `/pr-all-in-one develop` - PR to develop, issue ID from branch name
29
+ - `/pr-all-in-one main ISSUE-12345` - PR to main with issue ID
30
+ - `/pr-all-in-one ISSUE-12345` - PR to default branch with issue ID
31
+
32
+ **Argument Parsing:**
33
+ - `target-branch`: Branch name (main, develop, master, etc.)
34
+ - `issue-id`: Matches configured issue pattern (JIRA-123, #456, ENG-789, etc.)
35
+ - Arguments can be in any order
36
+ - If only one argument provided, checks if it's an issue pattern first
37
+
38
+ ## Configuration
39
+
40
+ **Location:** `.claude/pr-config.json`
41
+
42
+ First-time run: Interactive setup flow guides you through configuration.
43
+
44
+ See `configuration-guide.md` for:
45
+ - All configuration options
46
+ - Setup wizard walkthrough
47
+ - Example configurations
48
+
49
+ ## Workflow (9 Steps)
50
+
51
+ ```
52
+ ┌─────────────────────────────────────────────────┐
53
+ │ Workflow Execution │
54
+ └─────────────────────────────────────────────────┘
55
+
56
+ Step 1: Parse arguments
57
+ ├── Issue pattern → issue ID
58
+ ├── Branch name → target branch
59
+ └── Defaults from config
60
+
61
+ Step 2: Check git status & branch
62
+ ├── git status (uncommitted changes)
63
+ └── git branch --show-current
64
+
65
+ Step 3: Handle main branch case
66
+ ├── If on target branch with changes
67
+ │ ├── Analyze changes for branch name
68
+ │ ├── Create new branch: git checkout -b <type>/<description>
69
+ │ └── Proceed to Step 4
70
+ └── If on target branch without changes → Exit
71
+
72
+ Step 4: Auto-commit changes
73
+ ├── Analyze with git diff
74
+ ├── Group by feature/purpose
75
+ └── For each group:
76
+ ├── git add <related-files>
77
+ ├── Conventional commit message (English)
78
+ └── NO AI signature/Co-Authored-By
79
+
80
+ Step 5: Push to remote
81
+ └── git push -u origin <branch> (if needed)
82
+
83
+ Step 6: Check existing PR
84
+ └── gh pr view --json url,title,body
85
+
86
+ Step 7: Update existing PR (if exists)
87
+ ├── Analyze all commits: git log <target>..HEAD
88
+ ├── Read prLanguage from .claude/pr-config.json
89
+ ├── Select template based on prLanguage:
90
+ │ ├── "en" → English Template
91
+ │ ├── "ko" → Korean Template
92
+ │ └── "bilingual" → Bilingual Template
93
+ ├── Generate title:
94
+ │ ├── "en"/"bilingual" → English title
95
+ │ └── "ko" → 한국어 title
96
+ ├── Generate body with selected template
97
+ ├── Merge with .github/pull_request_template.md (if exists)
98
+ ├── NO AI signature
99
+ └── gh pr edit --title --body
100
+
101
+ Step 8: Create new PR (if not exists)
102
+ ├── Analyze all commits
103
+ ├── Read prLanguage from .claude/pr-config.json
104
+ ├── Select template based on prLanguage:
105
+ │ ├── "en" → English Template
106
+ │ ├── "ko" → Korean Template
107
+ │ └── "bilingual" → Bilingual Template
108
+ ├── Generate title:
109
+ │ ├── "en"/"bilingual" → English (e.g., "feat: add auth")
110
+ │ └── "ko" → 한국어 (e.g., "feat: 인증 추가")
111
+ ├── Generate body with selected template + commit analysis
112
+ ├── Merge with project template if exists
113
+ ├── NO AI signature
114
+ └── gh pr create --draft --base <target>
115
+
116
+ Step 9: Return PR URL
117
+ └── If UI changes detected → suggest screenshots
118
+ ```
119
+
120
+ ### Workflow Diagram
121
+
122
+ ```
123
+ ┌─────────────────┐
124
+ │ Check Config │
125
+ │ pr-config.json │
126
+ └────────┬────────┘
127
+
128
+ ┌──────────────┴──────────────┐
129
+ │ │
130
+ ▼ ▼
131
+ ┌────────────────┐ ┌─────────────────┐
132
+ │ Config Exists │ │ No Config │
133
+ └───────┬────────┘ └────────┬────────┘
134
+ │ │
135
+ │ ▼
136
+ │ ┌─────────────────┐
137
+ │ │ Interactive │
138
+ │ │ Setup (1st run) │
139
+ │ └────────┬────────┘
140
+ │ │
141
+ └──────────────┬──────────────┘
142
+
143
+
144
+ ┌────────────────┐
145
+ │ Check Git │
146
+ │ - branch │
147
+ │ - uncommitted │
148
+ └───────┬────────┘
149
+
150
+ ┌─────────────────┼─────────────────┐
151
+ │ │ │
152
+ ▼ ▼ ▼
153
+ ┌──────────┐ ┌───────────┐ ┌───────────┐
154
+ │ On main │ │ Has │ │ No │
155
+ │ branch │ │ Changes │ │ Changes │
156
+ └────┬─────┘ └─────┬─────┘ └─────┬─────┘
157
+ │ │ │
158
+ ▼ ▼ │
159
+ ┌──────────┐ ┌───────────┐ │
160
+ │ Create │ │ Logical │ │
161
+ │ Branch │ │ Group & │ │
162
+ └────┬─────┘ │ Commit │ │
163
+ │ └─────┬─────┘ │
164
+ │ │ │
165
+ └─────────────────┼─────────────────┘
166
+
167
+
168
+ ┌────────────────┐
169
+ │ Remote Push │
170
+ │ (if needed) │
171
+ └───────┬────────┘
172
+
173
+
174
+ ┌─────────────────┐
175
+ │ Check PR │
176
+ │ gh pr view │
177
+ └────────┬────────┘
178
+
179
+ ┌─────────────┴─────────────┐
180
+ │ │
181
+ ▼ ▼
182
+ ┌─────────────┐ ┌─────────────┐
183
+ │ PR Exists │ │ No PR │
184
+ │ → Update │ │ → Create │
185
+ └──────┬──────┘ └──────┬──────┘
186
+ │ │
187
+ └────────────┬─────────────┘
188
+
189
+
190
+ ┌────────────────┐
191
+ │ Return URL │
192
+ │ + Screenshot │
193
+ │ suggestion │
194
+ └────────────────┘
195
+ ```
196
+
197
+ ## Auto-Commit Logic
198
+
199
+ Changes are automatically grouped and committed with semantic messages:
200
+
201
+ **Grouping Strategy:**
202
+ - Analyze git diff to understand logical changes
203
+ - Group related files by feature/purpose
204
+ - Create separate commits for distinct changes
205
+ - Use Conventional Commits format by default
206
+
207
+ **Commit Message Format:**
208
+ ```
209
+ <type>(<scope>): <description>
210
+
211
+ [optional body]
212
+ ```
213
+
214
+ **Types:** feat, fix, chore, docs, refactor, test, style, perf
215
+
216
+ **Important:**
217
+ - All commit messages in English (configurable via `commitLanguage`)
218
+ - NO AI signature (no `Co-Authored-By: Claude` etc.)
219
+ - Focus on what changed and why, not implementation details
220
+
221
+ ## PR Description Format
222
+
223
+ PR descriptions are generated in the configured language and follow project templates when available.
224
+
225
+ ### Output Examples by Language
226
+
227
+ #### When `prLanguage: "en"`
228
+
229
+ **Title**: `feat: add user authentication`
230
+
231
+ **Body**:
232
+ ```markdown
233
+ ## Context
234
+
235
+ **Related Links:**
236
+ - Issue: [AUTH-123](https://jira.example.com/browse/AUTH-123)
237
+
238
+ **Description Details:**
239
+
240
+ Added JWT-based authentication with refresh token support.
241
+
242
+ ## Screenshots or Videos
243
+
244
+ N/A (no UI changes)
245
+ ```
246
+
247
+ #### When `prLanguage: "ko"`
248
+
249
+ **Title**: `feat: 사용자 인증 추가`
250
+
251
+ **Body**:
252
+ ```markdown
253
+ ## 컨텍스트
254
+
255
+ **관련 링크:**
256
+ - 이슈: [AUTH-123](https://jira.example.com/browse/AUTH-123)
257
+
258
+ **상세 설명:**
259
+
260
+ JWT 기반 인증과 리프레시 토큰 지원을 추가했습니다.
261
+
262
+ ## 스크린샷 또는 비디오
263
+
264
+ N/A (UI 변경 없음)
265
+ ```
266
+
267
+ #### When `prLanguage: "bilingual"`
268
+
269
+ **Title**: `feat: add user authentication`
270
+
271
+ **Body**:
272
+ ```markdown
273
+ ## Context
274
+
275
+ **Related Links:**
276
+ - Issue: [AUTH-123](https://jira.example.com/browse/AUTH-123)
277
+
278
+ **Description Details:**
279
+
280
+ Added JWT-based authentication with refresh token support.
281
+
282
+ ---
283
+
284
+ **상세 설명:**
285
+
286
+ JWT 기반 인증과 리프레시 토큰 지원을 추가했습니다.
287
+
288
+ ## Screenshots or Videos
289
+
290
+ N/A (no UI changes / UI 변경 없음)
291
+ ```
292
+
293
+ ### Template Definitions
294
+
295
+ For detailed template definitions, see `pr-templates.md`.
296
+
297
+ ### Project Template Integration
298
+
299
+ If `.github/pull_request_template.md` exists:
300
+ - Use project template as base structure
301
+ - Fill in placeholders automatically
302
+ - Respect template sections and formatting
303
+ - Preserve required sections
304
+
305
+ ## Issue ID Resolution
306
+
307
+ Issue ID is resolved with the following priority:
308
+
309
+ 1. **Explicit argument** - `/pr-all-in-one ISSUE-123`
310
+ 2. **Branch name extraction** - `feat/ISSUE-123-description` → `ISSUE-123`
311
+ 3. **Not available** - No issue linking in PR
312
+
313
+ **Branch Name Patterns:**
314
+ - `feat/PROJ-123-add-login` → `PROJ-123`
315
+ - `fix/123-bug-fix` → `#123` (GitHub)
316
+ - `feature/ENG-456-new-feature` → `ENG-456`
317
+ - `chore/update-deps` → N/A (no issue)
318
+
319
+ See `issue-patterns.md` for comprehensive pattern reference.
320
+
321
+ ## Screenshot Guidance
322
+
323
+ When UI changes are detected in the diff:
324
+ - Suggest adding screenshots to PR description
325
+ - Provide clear instructions on how to add them
326
+ - Do NOT attempt to auto-capture screenshots
327
+ - Include placeholder in PR template
328
+
329
+ **UI Change Detection:**
330
+ - Modified files in component/UI directories
331
+ - Changes to styling files (CSS, SCSS, styled-components)
332
+ - New UI component files
333
+ - Modified template/JSX/Vue files
334
+
335
+ ## Notes
336
+
337
+ **AI Signature Exclusion:**
338
+ - Commit messages: NO `Co-Authored-By: Claude` or similar
339
+ - PR descriptions: NO AI signature or generation attribution
340
+ - Focus on content, not authorship attribution
341
+
342
+ **Conventional Commits:**
343
+ - Enabled by default
344
+ - Configurable via `conventionalCommits` setting
345
+ - Improves changelog generation and semantic versioning
346
+
347
+ **Draft PR by Default:**
348
+ - PRs created as draft by default
349
+ - Allows review before marking ready
350
+ - Configurable via `draftByDefault` setting
351
+ - Author can mark ready when complete
352
+
353
+ **Branch Naming:**
354
+ - Auto-generated branches follow `branchNaming.pattern`
355
+ - Default: `{type}/{description}`
356
+ - Customizable with `{type}`, `{issue}`, `{description}` placeholders
357
+ - Types restricted to `branchNaming.types` list
358
+
359
+ ## Related Documentation
360
+
361
+ - **Configuration Guide:** `configuration-guide.md`
362
+ - **Issue Patterns Reference:** `issue-patterns.md`
363
+ - **PR Templates:** `pr-templates.md`
364
+ - **Adapter Integration:** See respective adapter files