ai-developer-skill-os 8.2.1 → 8.3.1
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.
- package/.agents/LICENSE +21 -21
- package/.agents/README.md +90 -90
- package/.agents/docs/CHI_TIET_SKILLS.md +125 -125
- package/.agents/docs/MIGRATION-CLEANUP-V8.1.3.md +36 -36
- package/.agents/docs/MIGRATION-STATUS.md +35 -35
- package/.agents/docs/MIGRATION-V8.md +10 -10
- package/.agents/docs/V8-CERTIFICATION.md +27 -27
- package/.agents/docs/decisions/ADR-001-v8-migration.md +58 -58
- package/.agents/docs/decisions/ADR-002-workflow-separation.md +50 -50
- package/.agents/docs/decisions/ADR-003-registry-generated.md +54 -54
- package/.agents/docs/decisions/ADR-008-skill-boundary-review.md +27 -27
- package/.agents/registry/capability-graph.yml +67 -25
- package/.agents/registry/graph.json +135 -256
- package/.agents/registry/index.yaml +68 -95
- package/.agents/registry/skills-index.yml +548 -525
- package/.agents/rules/anti-patterns.md +45 -0
- package/.agents/rules/coding.md +10 -0
- package/.agents/rules/command-safety.md +37 -14
- package/.agents/rules/priorities.yml +13 -2
- package/.agents/rules/security.md +47 -7
- package/.agents/rules/skill-quality.md +32 -8
- package/.agents/skills/_template/SKILL.md +133 -132
- package/.agents/skills/_template/capability.yaml +22 -8
- package/.agents/skills/_template/evals/scorecard.yaml +19 -19
- package/.agents/skills/qk-access-policy/SKILL.md +5 -2
- package/.agents/skills/qk-access-policy/capability.yaml +23 -0
- package/.agents/skills/qk-access-policy/evals/scorecard.yaml +36 -0
- package/.agents/skills/qk-agent-observability/SKILL.md +112 -1
- package/.agents/skills/qk-agent-observability/capability.yaml +29 -0
- package/.agents/skills/qk-agent-observability/evals/scorecard.yaml +29 -0
- package/.agents/skills/qk-agent-observability/references/scorecard.yaml +80 -0
- package/.agents/skills/qk-ai-builder/SKILL.md +75 -6
- package/.agents/skills/qk-ai-builder/capability.yaml +23 -0
- package/.agents/skills/qk-ai-builder/evals/scorecard.yaml +30 -0
- package/.agents/skills/qk-api-lifecycle/SKILL.md +5 -3
- package/.agents/skills/qk-api-lifecycle/capability.yaml +23 -0
- package/.agents/skills/qk-api-lifecycle/evals/scorecard.yaml +29 -0
- package/.agents/skills/qk-bug-resolution/SKILL.md +4 -22
- package/.agents/skills/qk-bug-resolution/capability.yaml +25 -0
- package/.agents/skills/qk-bug-resolution/evals/scorecard.yaml +30 -0
- package/.agents/skills/qk-code-review/SKILL.md +188 -186
- package/.agents/skills/qk-code-review/capability.yaml +23 -0
- package/.agents/skills/qk-code-review/evals/scorecard.yaml +29 -0
- package/.agents/skills/qk-context-loader/SKILL.md +4 -12
- package/.agents/skills/qk-context-loader/capability.yaml +23 -0
- package/.agents/skills/qk-context-loader/evals/scorecard.yaml +28 -0
- package/.agents/skills/qk-data-lifecycle/SKILL.md +7 -2
- package/.agents/skills/qk-data-lifecycle/capability.yaml +23 -0
- package/.agents/skills/qk-data-lifecycle/evals/scorecard.yaml +29 -0
- package/.agents/skills/qk-db-optimizer/SKILL.md +4 -3
- package/.agents/skills/qk-db-optimizer/capability.yaml +22 -0
- package/.agents/skills/qk-db-optimizer/evals/scorecard.yaml +28 -0
- package/.agents/skills/qk-design-system-engineering/SKILL.md +235 -112
- package/.agents/skills/qk-design-system-engineering/capability.yaml +25 -0
- package/.agents/skills/qk-design-system-engineering/evals/scorecard.yaml +27 -0
- package/.agents/skills/qk-devops-platform/SKILL.md +241 -117
- package/.agents/skills/qk-devops-platform/capability.yaml +29 -0
- package/.agents/skills/qk-devops-platform/evals/scorecard.yaml +28 -0
- package/.agents/skills/qk-docs/SKILL.md +4 -2
- package/.agents/skills/qk-docs/capability.yaml +23 -0
- package/.agents/skills/qk-docs/evals/scorecard.yaml +27 -0
- package/.agents/skills/qk-engineering-standard/SKILL.md +5 -76
- package/.agents/skills/qk-engineering-standard/capability.yaml +23 -0
- package/.agents/skills/qk-engineering-standard/evals/scorecard.yaml +28 -0
- package/.agents/skills/qk-engineering-standard/references/anti-patterns.md +121 -0
- package/.agents/skills/qk-engineering-standard/rules/frontend.md +1 -1
- package/.agents/skills/qk-fe-api-integration/SKILL.md +14 -33
- package/.agents/skills/qk-fe-api-integration/capability.yaml +21 -0
- package/.agents/skills/qk-fe-api-integration/evals/scorecard.yaml +29 -0
- package/.agents/skills/qk-feature-delivery/SKILL.md +54 -222
- package/.agents/skills/qk-feature-delivery/capability.yaml +24 -0
- package/.agents/skills/qk-feature-delivery/evals/scorecard.yaml +28 -0
- package/.agents/skills/qk-frontend-architecture/SKILL.md +258 -134
- package/.agents/skills/qk-frontend-architecture/capability.yaml +28 -0
- package/.agents/skills/qk-frontend-architecture/evals/scorecard.yaml +28 -0
- package/.agents/skills/qk-help/SKILL.md +23 -161
- package/.agents/skills/qk-help/capability.yaml +20 -0
- package/.agents/skills/qk-help/evals/scorecard.yaml +13 -0
- package/.agents/skills/qk-orchestrator/SKILL.md +3 -35
- package/.agents/skills/qk-orchestrator/capability.yaml +22 -0
- package/.agents/skills/qk-orchestrator/evals/scorecard.yaml +27 -0
- package/.agents/skills/qk-orchestrator/references/routing-table.md +15 -3
- package/.agents/skills/qk-product-specification/SKILL.md +253 -130
- package/.agents/skills/qk-product-specification/capability.yaml +27 -0
- package/.agents/skills/qk-product-specification/evals/scorecard.yaml +27 -0
- package/.agents/skills/qk-production-release/SKILL.md +33 -68
- package/.agents/skills/qk-production-release/capability.yaml +27 -0
- package/.agents/skills/qk-production-release/evals/scorecard.yaml +28 -0
- package/.agents/skills/qk-project-bootstrap/SKILL.md +59 -8
- package/.agents/skills/qk-project-bootstrap/capability.yaml +23 -0
- package/.agents/skills/qk-project-bootstrap/evals/scorecard.yaml +28 -0
- package/.agents/skills/qk-project-health/SKILL.md +5 -3
- package/.agents/skills/qk-project-health/capability.yaml +23 -0
- package/.agents/skills/qk-project-health/evals/scorecard.yaml +27 -0
- package/.agents/skills/qk-project-memory/SKILL.md +4 -2
- package/.agents/skills/qk-project-memory/capability.yaml +23 -0
- package/.agents/skills/qk-project-memory/evals/scorecard.yaml +27 -0
- package/.agents/skills/qk-refactor/SKILL.md +117 -0
- package/.agents/skills/qk-refactor/capability.yaml +26 -0
- package/.agents/skills/qk-refactor/evals/scorecard.yaml +27 -0
- package/.agents/skills/qk-security-audit/SKILL.md +259 -135
- package/.agents/skills/qk-security-audit/capability.yaml +30 -0
- package/.agents/skills/qk-security-audit/evals/scorecard.yaml +27 -0
- package/.agents/skills/qk-system-evolution/SKILL.md +18 -68
- package/.agents/skills/qk-system-evolution/capability.yaml +24 -0
- package/.agents/skills/qk-system-evolution/evals/scorecard.yaml +26 -0
- package/.agents/skills/qk-test-engineering/SKILL.md +262 -139
- package/.agents/skills/qk-test-engineering/capability.yaml +28 -0
- package/.agents/skills/qk-test-engineering/evals/scorecard.yaml +26 -0
- package/.agents/skills/qk-ui-audit/SKILL.md +17 -90
- package/.agents/skills/qk-ui-audit/capability.yaml +23 -0
- package/.agents/skills/qk-ui-audit/evals/scorecard.yaml +26 -0
- package/.agents/skills/qk-ui-audit/references/anti-slop-checklist.md +2 -2
- package/.agents/skills/qk-ui-builder/SKILL.md +482 -509
- package/.agents/skills/qk-ui-builder/capability.yaml +29 -0
- package/.agents/skills/qk-ui-builder/references/component-cookbook.md +455 -1191
- package/.agents/skills/qk-ui-system-builder/SKILL.md +2 -6
- package/.agents/skills/qk-ui-system-builder/capability.yaml +25 -0
- package/.agents/skills/qk-ui-system-builder/evals/scorecard.yaml +26 -0
- package/.agents/skills/qk-validation-gate/SKILL.md +1 -75
- package/.agents/skills/qk-validation-gate/capability.yaml +23 -0
- package/.agents/skills/qk-validation-gate/evals/scorecard.yaml +26 -0
- package/.agents/skills/qk-web-quality-gate/SKILL.md +232 -114
- package/.agents/skills/qk-web-quality-gate/capability.yaml +24 -0
- package/.agents/skills/qk-web-quality-gate/evals/scorecard.yaml +26 -0
- package/.agents/workflows/_schema.yml +146 -109
- package/.agents/workflows/bug-resolution.yml +121 -101
- package/.agents/workflows/code-review.yml +93 -77
- package/.agents/workflows/documentation.yml +90 -75
- package/.agents/workflows/feature-delivery.yml +120 -103
- package/.agents/workflows/production-release.yml +173 -0
- package/.agents/workflows/refactor.yml +99 -81
- package/.agents/workflows/research.yml +75 -60
- package/.agents/workflows/security-audit.yml +115 -72
- package/.agents/workflows/skill-evolution.yml +97 -65
- package/.agents/workflows/spec-driven-development.yml +87 -57
- package/CHANGELOG.md +27 -0
- package/README.md +90 -90
- package/bin/install.js +329 -179
- package/package.json +4 -2
- package/tooling/build-registry.js +186 -186
- package/tooling/fix-refactor.js +8 -0
- package/tooling/sync-versions.js +49 -0
- package/tooling/validate-graph.js +87 -87
- package/.agents/CHANGELOG.md +0 -131
- package/.agents/learnings/draft/README.md +0 -37
- package/.agents/reports/RELEASE-CHECKLIST.md +0 -29
- package/.agents/reports/architecture-audit.md +0 -13
- package/.agents/reports/graph-health.md +0 -20
- package/.agents/reports/skill-audit.md +0 -215
- package/tooling/generate-registry.js +0 -157
|
@@ -1,525 +1,548 @@
|
|
|
1
|
-
# registry/skills-index.yml
|
|
2
|
-
# GENERATED FILE
|
|
3
|
-
version: 8.1.1
|
|
4
|
-
generated_at: '2026-07-
|
|
5
|
-
total_skills:
|
|
6
|
-
skills:
|
|
7
|
-
- name: qk-access-policy
|
|
8
|
-
version: 8.0.0
|
|
9
|
-
status: stable
|
|
10
|
-
description: >-
|
|
11
|
-
Quản lý RBAC, ABAC — định nghĩa role matrix trước, implement middleware
|
|
12
|
-
sau.
|
|
13
|
-
complexity: high
|
|
14
|
-
workflow: feature-delivery
|
|
15
|
-
triggers:
|
|
16
|
-
- cấu hình rbac
|
|
17
|
-
- phân quyền
|
|
18
|
-
- bảo mật api
|
|
19
|
-
- auth middleware
|
|
20
|
-
intent:
|
|
21
|
-
- access-control
|
|
22
|
-
- security-policy
|
|
23
|
-
- name: qk-agent-observability
|
|
24
|
-
version: 8.1.3
|
|
25
|
-
status: experimental
|
|
26
|
-
description: >-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
complexity: medium
|
|
30
|
-
workflow: skill-evolution
|
|
31
|
-
triggers:
|
|
32
|
-
- agent observability
|
|
33
|
-
- routing logs
|
|
34
|
-
- skill failure
|
|
35
|
-
intent:
|
|
36
|
-
- observability
|
|
37
|
-
- agent-metrics
|
|
38
|
-
- decision-trace
|
|
39
|
-
- name: qk-ai-builder
|
|
40
|
-
version: 8.
|
|
41
|
-
status: stable
|
|
42
|
-
description: >-
|
|
43
|
-
Thiết kế AI
|
|
44
|
-
|
|
45
|
-
complexity: high
|
|
46
|
-
workflow: feature-delivery
|
|
47
|
-
triggers:
|
|
48
|
-
- build ai
|
|
49
|
-
- viết prompt
|
|
50
|
-
- thiết kế bot
|
|
51
|
-
- ai logic
|
|
52
|
-
- tạo skill
|
|
53
|
-
intent:
|
|
54
|
-
- ai-integration
|
|
55
|
-
- agent-behavior
|
|
56
|
-
- name: qk-api-lifecycle
|
|
57
|
-
version: 8.0.0
|
|
58
|
-
status: stable
|
|
59
|
-
description: >-
|
|
60
|
-
Thiết kế, triển khai API endpoints với Zero-Trust — contract trước, code
|
|
61
|
-
sau.
|
|
62
|
-
complexity: medium
|
|
63
|
-
workflow: feature-delivery
|
|
64
|
-
triggers:
|
|
65
|
-
- viết api
|
|
66
|
-
- tạo endpoint
|
|
67
|
-
- build api
|
|
68
|
-
- thiết kế api
|
|
69
|
-
intent:
|
|
70
|
-
- api-design
|
|
71
|
-
- backend-development
|
|
72
|
-
- name: qk-bug-resolution
|
|
73
|
-
version: 8.0.0
|
|
74
|
-
status: stable
|
|
75
|
-
description: >-
|
|
76
|
-
Sửa lỗi (bugs) bằng chu trình khép kín: Quan sát → Giả thuyết → Bằng chứng
|
|
77
|
-
→ Sửa.
|
|
78
|
-
complexity: medium
|
|
79
|
-
workflow: bug-resolution
|
|
80
|
-
triggers:
|
|
81
|
-
- fix bug
|
|
82
|
-
- sửa lỗi
|
|
83
|
-
- crash
|
|
84
|
-
- error
|
|
85
|
-
- not working
|
|
86
|
-
intent:
|
|
87
|
-
- bug-fixing
|
|
88
|
-
- debugging
|
|
89
|
-
- error-resolution
|
|
90
|
-
- name: qk-
|
|
91
|
-
version: 8.0.0
|
|
92
|
-
status: stable
|
|
93
|
-
description: >-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
complexity:
|
|
97
|
-
workflow:
|
|
98
|
-
triggers:
|
|
99
|
-
-
|
|
100
|
-
-
|
|
101
|
-
-
|
|
102
|
-
-
|
|
103
|
-
-
|
|
104
|
-
|
|
105
|
-
-
|
|
106
|
-
|
|
107
|
-
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
-
|
|
121
|
-
|
|
122
|
-
-
|
|
123
|
-
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
-
|
|
139
|
-
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
-
|
|
155
|
-
-
|
|
156
|
-
-
|
|
157
|
-
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
-
|
|
171
|
-
-
|
|
172
|
-
|
|
173
|
-
-
|
|
174
|
-
|
|
175
|
-
-
|
|
176
|
-
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
-
|
|
189
|
-
-
|
|
190
|
-
-
|
|
191
|
-
|
|
192
|
-
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
-
|
|
208
|
-
|
|
209
|
-
-
|
|
210
|
-
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
-
|
|
226
|
-
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
-
|
|
243
|
-
-
|
|
244
|
-
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
-
|
|
258
|
-
|
|
259
|
-
-
|
|
260
|
-
-
|
|
261
|
-
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
-
|
|
276
|
-
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
-
|
|
291
|
-
-
|
|
292
|
-
-
|
|
293
|
-
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
- skill-
|
|
297
|
-
-
|
|
298
|
-
- name: qk-
|
|
299
|
-
version: 8.
|
|
300
|
-
status:
|
|
301
|
-
description: >-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
complexity:
|
|
305
|
-
workflow:
|
|
306
|
-
triggers:
|
|
307
|
-
-
|
|
308
|
-
-
|
|
309
|
-
-
|
|
310
|
-
-
|
|
311
|
-
|
|
312
|
-
-
|
|
313
|
-
-
|
|
314
|
-
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
-
|
|
329
|
-
|
|
330
|
-
-
|
|
331
|
-
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
-
|
|
348
|
-
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
-
|
|
363
|
-
|
|
364
|
-
-
|
|
365
|
-
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
-
|
|
380
|
-
|
|
381
|
-
-
|
|
382
|
-
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
-
|
|
398
|
-
-
|
|
399
|
-
-
|
|
400
|
-
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
-
|
|
414
|
-
-
|
|
415
|
-
|
|
416
|
-
-
|
|
417
|
-
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
-
|
|
433
|
-
-
|
|
434
|
-
-
|
|
435
|
-
-
|
|
436
|
-
|
|
437
|
-
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
-
|
|
451
|
-
-
|
|
452
|
-
|
|
453
|
-
-
|
|
454
|
-
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
-
|
|
468
|
-
-
|
|
469
|
-
|
|
470
|
-
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
-
|
|
505
|
-
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
-
|
|
522
|
-
-
|
|
523
|
-
-
|
|
524
|
-
-
|
|
525
|
-
|
|
1
|
+
# registry/skills-index.yml
|
|
2
|
+
# GENERATED FILE - DO NOT EDIT MANUALLY.
|
|
3
|
+
version: 8.1.1
|
|
4
|
+
generated_at: '2026-07-29T07:30:07.984Z'
|
|
5
|
+
total_skills: 31
|
|
6
|
+
skills:
|
|
7
|
+
- name: qk-access-policy
|
|
8
|
+
version: 8.0.0
|
|
9
|
+
status: stable
|
|
10
|
+
description: >-
|
|
11
|
+
Quản lý RBAC, ABAC — định nghĩa role matrix trước, implement middleware
|
|
12
|
+
sau.
|
|
13
|
+
complexity: high
|
|
14
|
+
workflow: feature-delivery
|
|
15
|
+
triggers:
|
|
16
|
+
- cấu hình rbac
|
|
17
|
+
- phân quyền
|
|
18
|
+
- bảo mật api
|
|
19
|
+
- auth middleware
|
|
20
|
+
intent:
|
|
21
|
+
- access-control
|
|
22
|
+
- security-policy
|
|
23
|
+
- name: qk-agent-observability
|
|
24
|
+
version: 8.1.3
|
|
25
|
+
status: experimental
|
|
26
|
+
description: >-
|
|
27
|
+
Lớp theo dõi (Observability) cho phép giám sát quyết định, luân chuyển và
|
|
28
|
+
các mô hình lỗi.
|
|
29
|
+
complexity: medium
|
|
30
|
+
workflow: skill-evolution
|
|
31
|
+
triggers:
|
|
32
|
+
- agent observability
|
|
33
|
+
- routing logs
|
|
34
|
+
- skill failure
|
|
35
|
+
intent:
|
|
36
|
+
- observability
|
|
37
|
+
- agent-metrics
|
|
38
|
+
- decision-trace
|
|
39
|
+
- name: qk-ai-builder
|
|
40
|
+
version: 8.2.0
|
|
41
|
+
status: stable
|
|
42
|
+
description: >-
|
|
43
|
+
Thiết kế Governed AI Agent & RAG pipelines theo chuẩn V8.2 — Đóng gói bằng
|
|
44
|
+
capability.yaml, data discipline 4-folder và Eval Pipeline.
|
|
45
|
+
complexity: high
|
|
46
|
+
workflow: feature-delivery
|
|
47
|
+
triggers:
|
|
48
|
+
- build ai
|
|
49
|
+
- viết prompt
|
|
50
|
+
- thiết kế bot
|
|
51
|
+
- ai logic
|
|
52
|
+
- tạo skill
|
|
53
|
+
intent:
|
|
54
|
+
- ai-integration
|
|
55
|
+
- agent-behavior
|
|
56
|
+
- name: qk-api-lifecycle
|
|
57
|
+
version: 8.0.0
|
|
58
|
+
status: stable
|
|
59
|
+
description: >-
|
|
60
|
+
Thiết kế, triển khai API endpoints với Zero-Trust — contract trước, code
|
|
61
|
+
sau.
|
|
62
|
+
complexity: medium
|
|
63
|
+
workflow: feature-delivery
|
|
64
|
+
triggers:
|
|
65
|
+
- viết api
|
|
66
|
+
- tạo endpoint
|
|
67
|
+
- build api
|
|
68
|
+
- thiết kế api
|
|
69
|
+
intent:
|
|
70
|
+
- api-design
|
|
71
|
+
- backend-development
|
|
72
|
+
- name: qk-bug-resolution
|
|
73
|
+
version: 8.0.0
|
|
74
|
+
status: stable
|
|
75
|
+
description: >-
|
|
76
|
+
Sửa lỗi (bugs) bằng chu trình khép kín: Quan sát → Giả thuyết → Bằng chứng
|
|
77
|
+
→ Sửa.
|
|
78
|
+
complexity: medium
|
|
79
|
+
workflow: bug-resolution
|
|
80
|
+
triggers:
|
|
81
|
+
- fix bug
|
|
82
|
+
- sửa lỗi
|
|
83
|
+
- crash
|
|
84
|
+
- error
|
|
85
|
+
- not working
|
|
86
|
+
intent:
|
|
87
|
+
- bug-fixing
|
|
88
|
+
- debugging
|
|
89
|
+
- error-resolution
|
|
90
|
+
- name: qk-code-review
|
|
91
|
+
version: 8.0.0
|
|
92
|
+
status: stable
|
|
93
|
+
description: >-
|
|
94
|
+
Elite AI/Code Review System: Kiểm toán, Review code và cấu hình AI với tư
|
|
95
|
+
duy Architect, áp dụng 4-Phase Review.
|
|
96
|
+
complexity: high
|
|
97
|
+
workflow: code-review
|
|
98
|
+
triggers:
|
|
99
|
+
- review code
|
|
100
|
+
- code review
|
|
101
|
+
- kiểm tra code
|
|
102
|
+
- đánh giá code
|
|
103
|
+
- review skin
|
|
104
|
+
- review rule
|
|
105
|
+
- review ai
|
|
106
|
+
intent:
|
|
107
|
+
- code-review
|
|
108
|
+
- quality-assurance
|
|
109
|
+
- architecture-review
|
|
110
|
+
- ai-config-audit
|
|
111
|
+
- name: qk-context-loader
|
|
112
|
+
version: 8.0.0
|
|
113
|
+
status: stable
|
|
114
|
+
description: >-
|
|
115
|
+
Tải context và vẽ dependency graph chính xác trước khi code — ngăn
|
|
116
|
+
hallucination kiến trúc.
|
|
117
|
+
complexity: low
|
|
118
|
+
workflow: research
|
|
119
|
+
triggers:
|
|
120
|
+
- load context
|
|
121
|
+
- understand project
|
|
122
|
+
- analyze architecture
|
|
123
|
+
- vẽ dependency graph
|
|
124
|
+
- build context
|
|
125
|
+
intent:
|
|
126
|
+
- context-loading
|
|
127
|
+
- project-understanding
|
|
128
|
+
- repository-analysis
|
|
129
|
+
- name: qk-data-lifecycle
|
|
130
|
+
version: 8.0.0
|
|
131
|
+
status: stable
|
|
132
|
+
description: >-
|
|
133
|
+
Quản lý Schema, Migrations an toàn — schema freeze → backward-compat
|
|
134
|
+
migration → cleanup.
|
|
135
|
+
complexity: high
|
|
136
|
+
workflow: feature-delivery
|
|
137
|
+
triggers:
|
|
138
|
+
- sửa schema
|
|
139
|
+
- cập nhật database
|
|
140
|
+
- tạo migration
|
|
141
|
+
- đổi model
|
|
142
|
+
intent:
|
|
143
|
+
- schema-management
|
|
144
|
+
- database-migration
|
|
145
|
+
- name: qk-db-optimizer
|
|
146
|
+
version: 8.0.0
|
|
147
|
+
status: stable
|
|
148
|
+
description: >-
|
|
149
|
+
Tối ưu Database dựa trên bằng chứng: EXPLAIN → phân tích → index/join —
|
|
150
|
+
không đoán mò.
|
|
151
|
+
complexity: high
|
|
152
|
+
workflow: refactor
|
|
153
|
+
triggers:
|
|
154
|
+
- tối ưu query
|
|
155
|
+
- query chậm
|
|
156
|
+
- optimize db
|
|
157
|
+
- thêm index
|
|
158
|
+
intent:
|
|
159
|
+
- database-optimization
|
|
160
|
+
- performance-tuning
|
|
161
|
+
- name: qk-design-system-engineering
|
|
162
|
+
version: 8.1.0
|
|
163
|
+
status: experimental
|
|
164
|
+
description: >-
|
|
165
|
+
Quản trị hệ thống thiết kế (Định nghĩa quy tắc hệ thống, tokens, các biến
|
|
166
|
+
thể component).
|
|
167
|
+
complexity: medium
|
|
168
|
+
workflow: feature-delivery
|
|
169
|
+
triggers:
|
|
170
|
+
- định nghĩa design system
|
|
171
|
+
- cấu trúc token
|
|
172
|
+
- quy chuẩn ui
|
|
173
|
+
- variants
|
|
174
|
+
intent:
|
|
175
|
+
- design-system
|
|
176
|
+
- tokens
|
|
177
|
+
- component-library
|
|
178
|
+
- accessibility
|
|
179
|
+
- name: qk-devops-platform
|
|
180
|
+
version: 8.1.1
|
|
181
|
+
status: experimental
|
|
182
|
+
description: >-
|
|
183
|
+
Kỹ sư nền tảng: Chiến lược CI/CD, kiến trúc triển khai, quản lý môi trường
|
|
184
|
+
và chiến lược rollback.
|
|
185
|
+
complexity: high
|
|
186
|
+
workflow: feature-delivery
|
|
187
|
+
triggers:
|
|
188
|
+
- cấu hình ci/cd
|
|
189
|
+
- deployment strategy
|
|
190
|
+
- quản lý môi trường
|
|
191
|
+
- devops platform
|
|
192
|
+
- dockerize
|
|
193
|
+
intent:
|
|
194
|
+
- devops-strategy
|
|
195
|
+
- cicd-pipeline
|
|
196
|
+
- deployment-architecture
|
|
197
|
+
- environment-management
|
|
198
|
+
- name: qk-docs
|
|
199
|
+
version: 8.0.0
|
|
200
|
+
status: stable
|
|
201
|
+
description: >-
|
|
202
|
+
Viết và duy trì tài liệu chính xác tuyệt đối — phải match code thực tế,
|
|
203
|
+
cấm bịa đặt.
|
|
204
|
+
complexity: low
|
|
205
|
+
workflow: documentation
|
|
206
|
+
triggers:
|
|
207
|
+
- viết docs
|
|
208
|
+
- viết tài liệu
|
|
209
|
+
- document this
|
|
210
|
+
- generate docs
|
|
211
|
+
- cập nhật readme
|
|
212
|
+
intent:
|
|
213
|
+
- documentation
|
|
214
|
+
- technical-writing
|
|
215
|
+
- name: qk-engineering-standard
|
|
216
|
+
version: 8.0.0
|
|
217
|
+
status: stable
|
|
218
|
+
description: >-
|
|
219
|
+
Ép buộc SOLID, DRY, Clean Code với ngưỡng số liệu cụ thể — không có rule
|
|
220
|
+
mơ hồ.
|
|
221
|
+
complexity: medium
|
|
222
|
+
workflow: code-review
|
|
223
|
+
triggers:
|
|
224
|
+
- review code
|
|
225
|
+
- clean code
|
|
226
|
+
- check standard
|
|
227
|
+
- refactor clean
|
|
228
|
+
- kiểm tra chuẩn
|
|
229
|
+
intent:
|
|
230
|
+
- code-quality
|
|
231
|
+
- standards-enforcement
|
|
232
|
+
- name: qk-fe-api-integration
|
|
233
|
+
version: 8.0.0
|
|
234
|
+
status: stable
|
|
235
|
+
description: >-
|
|
236
|
+
Consume API Backend, quản lý State, bind vào UI — tuân thủ kiến trúc Base
|
|
237
|
+
dự án
|
|
238
|
+
complexity: medium
|
|
239
|
+
workflow: feature-delivery
|
|
240
|
+
triggers:
|
|
241
|
+
- tích hợp api
|
|
242
|
+
- gọi api
|
|
243
|
+
- fetch data
|
|
244
|
+
- consume api
|
|
245
|
+
intent:
|
|
246
|
+
- api-integration
|
|
247
|
+
- frontend-development
|
|
248
|
+
- name: qk-feature-delivery
|
|
249
|
+
version: 8.0.0
|
|
250
|
+
status: stable
|
|
251
|
+
description: >-
|
|
252
|
+
Phát triển tính năng mới end-to-end: Requirements → Context → Design →
|
|
253
|
+
Implement → Self-audit.
|
|
254
|
+
complexity: high
|
|
255
|
+
workflow: feature-delivery
|
|
256
|
+
triggers:
|
|
257
|
+
- add feature
|
|
258
|
+
- build new
|
|
259
|
+
- implement
|
|
260
|
+
- phát triển tính năng
|
|
261
|
+
- tạo mới
|
|
262
|
+
intent:
|
|
263
|
+
- feature-building
|
|
264
|
+
- end-to-end-development
|
|
265
|
+
- implementation
|
|
266
|
+
- name: qk-frontend-architecture
|
|
267
|
+
version: 8.1.0
|
|
268
|
+
status: experimental
|
|
269
|
+
description: >-
|
|
270
|
+
Công cụ quyết định kiến trúc Frontend (Chiến lược component, quản lý
|
|
271
|
+
state, định tuyến).
|
|
272
|
+
complexity: high
|
|
273
|
+
workflow: feature-delivery
|
|
274
|
+
triggers:
|
|
275
|
+
- cấu trúc frontend
|
|
276
|
+
- thiết kế component
|
|
277
|
+
- quản lý state
|
|
278
|
+
- kiến trúc react
|
|
279
|
+
intent:
|
|
280
|
+
- frontend-architecture
|
|
281
|
+
- component-strategy
|
|
282
|
+
- state-management
|
|
283
|
+
- name: qk-help
|
|
284
|
+
version: 8.0.0
|
|
285
|
+
status: deprecated
|
|
286
|
+
description: Hiển thị danh sách skills V8 và hướng dẫn dùng lệnh ./qk-[skill-name].
|
|
287
|
+
complexity: low
|
|
288
|
+
workflow: documentation
|
|
289
|
+
triggers:
|
|
290
|
+
- help
|
|
291
|
+
- có những skill nào
|
|
292
|
+
- danh sách skill
|
|
293
|
+
- làm sao để dùng
|
|
294
|
+
- qk-help
|
|
295
|
+
intent:
|
|
296
|
+
- skill-discovery
|
|
297
|
+
- command-help
|
|
298
|
+
- name: qk-orchestrator
|
|
299
|
+
version: 8.0.0
|
|
300
|
+
status: stable
|
|
301
|
+
description: >-
|
|
302
|
+
Điều hướng yêu cầu của người dùng đến đúng skill với kỷ luật thép — kiểm
|
|
303
|
+
tra preconditions và routing table.
|
|
304
|
+
complexity: low
|
|
305
|
+
workflow: research
|
|
306
|
+
triggers:
|
|
307
|
+
- which skill
|
|
308
|
+
- what should i use
|
|
309
|
+
- route this
|
|
310
|
+
- help me choose
|
|
311
|
+
- what skill for
|
|
312
|
+
- help
|
|
313
|
+
- list skills
|
|
314
|
+
- what can you do
|
|
315
|
+
intent:
|
|
316
|
+
- task-routing
|
|
317
|
+
- skill-selection
|
|
318
|
+
- precondition-checking
|
|
319
|
+
- name: qk-product-specification
|
|
320
|
+
version: 8.1.0
|
|
321
|
+
status: experimental
|
|
322
|
+
description: >-
|
|
323
|
+
Product thinking (Idea → Requirement → Acceptance criteria → Technical
|
|
324
|
+
spec).
|
|
325
|
+
complexity: medium
|
|
326
|
+
workflow: spec-driven-development
|
|
327
|
+
triggers:
|
|
328
|
+
- viết spec
|
|
329
|
+
- phân tích yêu cầu
|
|
330
|
+
- ý tưởng sản phẩm
|
|
331
|
+
- acceptance criteria
|
|
332
|
+
intent:
|
|
333
|
+
- product-specification
|
|
334
|
+
- requirement-analysis
|
|
335
|
+
- acceptance-criteria
|
|
336
|
+
- technical-spec
|
|
337
|
+
- name: qk-production-release
|
|
338
|
+
version: 8.0.0
|
|
339
|
+
status: stable
|
|
340
|
+
description: >-
|
|
341
|
+
Chuẩn bị release production với 8-gate checklist bắt buộc — không pass
|
|
342
|
+
gate = không deploy.
|
|
343
|
+
complexity: high
|
|
344
|
+
workflow: production-release
|
|
345
|
+
triggers:
|
|
346
|
+
- release production
|
|
347
|
+
- deploy production
|
|
348
|
+
- chuẩn bị release
|
|
349
|
+
- kiểm tra release
|
|
350
|
+
intent:
|
|
351
|
+
- release-management
|
|
352
|
+
- production-deployment
|
|
353
|
+
- name: qk-project-bootstrap
|
|
354
|
+
version: 8.2.0
|
|
355
|
+
status: stable
|
|
356
|
+
description: >-
|
|
357
|
+
Khởi tạo dự án mới theo chuẩn V8.2 Blueprint Plugin Generator
|
|
358
|
+
(project.yaml, 4-folder AI RAG hoặc Coding) với cấu trúc kiên cường.
|
|
359
|
+
complexity: high
|
|
360
|
+
workflow: feature-delivery
|
|
361
|
+
triggers:
|
|
362
|
+
- khởi tạo project
|
|
363
|
+
- tạo dự án mới
|
|
364
|
+
- bootstrap
|
|
365
|
+
- setup project
|
|
366
|
+
- init repo
|
|
367
|
+
intent:
|
|
368
|
+
- project-initialization
|
|
369
|
+
- setup
|
|
370
|
+
- name: qk-project-health
|
|
371
|
+
version: 8.0.0
|
|
372
|
+
status: stable
|
|
373
|
+
description: >-
|
|
374
|
+
Kiểm toán toàn diện Code Smells, Tech Debt, Architecture — health score
|
|
375
|
+
0–100 với actionable roadmap.
|
|
376
|
+
complexity: high
|
|
377
|
+
workflow: code-review
|
|
378
|
+
triggers:
|
|
379
|
+
- audit code
|
|
380
|
+
- check health
|
|
381
|
+
- tech debt
|
|
382
|
+
- code smell
|
|
383
|
+
- kiểm toán
|
|
384
|
+
intent:
|
|
385
|
+
- project-audit
|
|
386
|
+
- codebase-health
|
|
387
|
+
- name: qk-project-memory
|
|
388
|
+
version: 8.0.0
|
|
389
|
+
status: stable
|
|
390
|
+
description: >-
|
|
391
|
+
Lưu trữ và truy xuất ngữ cảnh dự án dài hạn — chỉ lưu fact đã xác minh,
|
|
392
|
+
không lưu giả thuyết.
|
|
393
|
+
complexity: medium
|
|
394
|
+
workflow: documentation
|
|
395
|
+
triggers:
|
|
396
|
+
- lưu context
|
|
397
|
+
- nhớ lại
|
|
398
|
+
- project memory
|
|
399
|
+
- lưu vào bộ nhớ
|
|
400
|
+
- tìm lại fact
|
|
401
|
+
intent:
|
|
402
|
+
- context-management
|
|
403
|
+
- knowledge-retrieval
|
|
404
|
+
- name: qk-refactor
|
|
405
|
+
version: 8.0.0
|
|
406
|
+
status: stable
|
|
407
|
+
description: >-
|
|
408
|
+
Tái cấu trúc và dọn dẹp mã nguồn để dễ bảo trì hơn mà không làm thay đổi
|
|
409
|
+
logic hoạt động bên ngoài.
|
|
410
|
+
complexity: medium
|
|
411
|
+
workflow: refactor
|
|
412
|
+
triggers:
|
|
413
|
+
- refactor
|
|
414
|
+
- tái cấu trúc
|
|
415
|
+
- clean up this code
|
|
416
|
+
- simplify
|
|
417
|
+
- reduce complexity
|
|
418
|
+
- dẫn cấu trúc code
|
|
419
|
+
intent:
|
|
420
|
+
- refactoring
|
|
421
|
+
- code-cleanup
|
|
422
|
+
- complexity-reduction
|
|
423
|
+
- name: qk-security-audit
|
|
424
|
+
version: 8.1.0
|
|
425
|
+
status: experimental
|
|
426
|
+
description: >-
|
|
427
|
+
Security audit (OWASP, dependency security, secret detection, permission
|
|
428
|
+
model).
|
|
429
|
+
complexity: high
|
|
430
|
+
workflow: security-audit
|
|
431
|
+
triggers:
|
|
432
|
+
- kiểm tra bảo mật
|
|
433
|
+
- scan lỗ hổng
|
|
434
|
+
- audit code
|
|
435
|
+
- tìm secret leak
|
|
436
|
+
intent:
|
|
437
|
+
- security-audit
|
|
438
|
+
- vulnerability-scan
|
|
439
|
+
- secret-detection
|
|
440
|
+
- permission-review
|
|
441
|
+
- name: qk-system-evolution
|
|
442
|
+
version: 8.0.0
|
|
443
|
+
status: stable
|
|
444
|
+
description: >-
|
|
445
|
+
Nâng cấp thư viện/framework an toàn với rollback plan bắt buộc —
|
|
446
|
+
incremental, không big-bang.
|
|
447
|
+
complexity: high
|
|
448
|
+
workflow: refactor
|
|
449
|
+
triggers:
|
|
450
|
+
- upgrade package
|
|
451
|
+
- nâng cấp
|
|
452
|
+
- update framework
|
|
453
|
+
- migration framework
|
|
454
|
+
- system evolution
|
|
455
|
+
intent:
|
|
456
|
+
- framework-upgrade
|
|
457
|
+
- system-maintenance
|
|
458
|
+
- name: qk-test-engineering
|
|
459
|
+
version: 8.1.0
|
|
460
|
+
status: experimental
|
|
461
|
+
description: >-
|
|
462
|
+
Công cụ quyết định chiến lược kiểm thử (Unit, Integration, E2E, Coverage,
|
|
463
|
+
Regression, Mock).
|
|
464
|
+
complexity: high
|
|
465
|
+
workflow: feature-delivery
|
|
466
|
+
triggers:
|
|
467
|
+
- chiến lược test
|
|
468
|
+
- viết test
|
|
469
|
+
- mock data
|
|
470
|
+
- test coverage
|
|
471
|
+
intent:
|
|
472
|
+
- testing-strategy
|
|
473
|
+
- unit-test-strategy
|
|
474
|
+
- integration-test-strategy
|
|
475
|
+
- e2e-test-strategy
|
|
476
|
+
- mock-strategy
|
|
477
|
+
- test-coverage-planning
|
|
478
|
+
- name: qk-ui-audit
|
|
479
|
+
version: 8.0.0
|
|
480
|
+
status: stable
|
|
481
|
+
description: >-
|
|
482
|
+
Kiểm toán giao diện (UI) với 57-check Anti-Slop checklist — fail nếu score
|
|
483
|
+
< 76/85 base.
|
|
484
|
+
complexity: medium
|
|
485
|
+
workflow: code-review
|
|
486
|
+
triggers:
|
|
487
|
+
- audit ui
|
|
488
|
+
- check ui
|
|
489
|
+
- kiểm tra giao diện
|
|
490
|
+
- ui slop
|
|
491
|
+
- review ui
|
|
492
|
+
intent:
|
|
493
|
+
- ui-audit
|
|
494
|
+
- codebase-health
|
|
495
|
+
- name: qk-ui-system-builder
|
|
496
|
+
version: 8.0.0
|
|
497
|
+
status: stable
|
|
498
|
+
description: >-
|
|
499
|
+
Xây dựng Design System và token library từ DESIGN.md — không tự đặt ra
|
|
500
|
+
token ngoài contract.
|
|
501
|
+
complexity: medium
|
|
502
|
+
workflow: feature-delivery
|
|
503
|
+
triggers:
|
|
504
|
+
- tạo design system
|
|
505
|
+
- build token
|
|
506
|
+
- ui system
|
|
507
|
+
- setup css
|
|
508
|
+
intent:
|
|
509
|
+
- ui-system-design
|
|
510
|
+
- frontend-development
|
|
511
|
+
- name: qk-validation-gate
|
|
512
|
+
version: 8.2.0
|
|
513
|
+
status: stable
|
|
514
|
+
description: >-
|
|
515
|
+
Cổng kiểm tra chất lượng & Eval Pipeline bắt buộc — chạy linters, tests,
|
|
516
|
+
và đánh giá scorecard.yaml định lượng cho AI Agent.
|
|
517
|
+
complexity: low
|
|
518
|
+
workflow: code-review
|
|
519
|
+
triggers:
|
|
520
|
+
- verify
|
|
521
|
+
- kiểm tra
|
|
522
|
+
- lint
|
|
523
|
+
- test
|
|
524
|
+
- run checks
|
|
525
|
+
intent:
|
|
526
|
+
- quality-assurance
|
|
527
|
+
- verification
|
|
528
|
+
- code-review
|
|
529
|
+
- name: qk-web-quality-gate
|
|
530
|
+
version: 8.1.0
|
|
531
|
+
status: experimental
|
|
532
|
+
description: >-
|
|
533
|
+
Kiểm toán tổng thể chất lượng Web: Accessibility (A11y), SEO, Web
|
|
534
|
+
Performance, Security, UX Heuristics.
|
|
535
|
+
complexity: high
|
|
536
|
+
workflow: feature-delivery
|
|
537
|
+
triggers:
|
|
538
|
+
- kiểm tra web
|
|
539
|
+
- tối ưu web
|
|
540
|
+
- lighthouse
|
|
541
|
+
- audit ui
|
|
542
|
+
- core web vitals
|
|
543
|
+
intent:
|
|
544
|
+
- web-performance
|
|
545
|
+
- accessibility
|
|
546
|
+
- seo
|
|
547
|
+
- lighthouse
|
|
548
|
+
- ux-audit
|