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