ai-developer-skill-os 7.5.0 → 7.5.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/CHANGELOG.md +2 -1
- package/.agents/README.md +51 -10
- package/.agents/docs/CHI_TIET_SKILLS.md +2 -1
- package/.agents/skills/qk-orchestrator/SKILL.md +3 -2
- package/.agents/skills/qk-orchestrator/references/routing-table.md +3 -2
- package/.agents/skills/qk-project-bootstrap/SKILL.md +2 -1
- package/.agents/skills/qk-project-memory/SKILL.md +46 -0
- package/.agents/skills/qk-ui-audit/SKILL.md +3 -2
- package/.agents/skills/qk-ui-builder/SKILL.md +446 -0
- package/.agents/skills/qk-ui-builder/references/anti-patterns.md +295 -0
- package/.agents/skills/qk-ui-builder/references/color.md +115 -0
- package/.agents/skills/qk-ui-builder/references/component-cookbook.md +1194 -0
- package/.agents/skills/qk-ui-builder/references/copy.md +250 -0
- package/.agents/skills/qk-ui-builder/references/interaction-and-states.md +115 -0
- package/.agents/skills/qk-ui-builder/references/layout-and-space.md +111 -0
- package/.agents/skills/qk-ui-builder/references/macrostructures/01-bento-grid.md +48 -0
- package/.agents/skills/qk-ui-builder/references/macrostructures/02-long-document.md +50 -0
- package/.agents/skills/qk-ui-builder/references/macrostructures/03-marquee-hero.md +51 -0
- package/.agents/skills/qk-ui-builder/references/macrostructures/04-stat-led.md +49 -0
- package/.agents/skills/qk-ui-builder/references/macrostructures/05-workbench.md +44 -0
- package/.agents/skills/qk-ui-builder/references/macrostructures/06-conversational-faq.md +50 -0
- package/.agents/skills/qk-ui-builder/references/macrostructures/07-manifesto.md +51 -0
- package/.agents/skills/qk-ui-builder/references/macrostructures/08-photographic.md +50 -0
- package/.agents/skills/qk-ui-builder/references/macrostructures/09-quote-led.md +50 -0
- package/.agents/skills/qk-ui-builder/references/macrostructures/11-catalogue.md +49 -0
- package/.agents/skills/qk-ui-builder/references/macrostructures/12-letter.md +49 -0
- package/.agents/skills/qk-ui-builder/references/macrostructures/13-index-first.md +49 -0
- package/.agents/skills/qk-ui-builder/references/macrostructures/14-narrative-workflow.md +48 -0
- package/.agents/skills/qk-ui-builder/references/macrostructures/15-split-studio.md +48 -0
- package/.agents/skills/qk-ui-builder/references/macrostructures/16-feature-stack.md +51 -0
- package/.agents/skills/qk-ui-builder/references/macrostructures/17-type-specimen.md +48 -0
- package/.agents/skills/qk-ui-builder/references/macrostructures/18-portfolio-grid.md +48 -0
- package/.agents/skills/qk-ui-builder/references/macrostructures/19-map-diagram.md +50 -0
- package/.agents/skills/qk-ui-builder/references/macrostructures/20-ecosystem-index.md +48 -0
- package/.agents/skills/qk-ui-builder/references/macrostructures/21-component-playground.md +45 -0
- package/.agents/skills/qk-ui-builder/references/macrostructures.md +38 -0
- package/.agents/skills/qk-ui-builder/references/motion.md +95 -0
- package/.agents/skills/qk-ui-builder/references/responsive.md +115 -0
- package/.agents/skills/qk-ui-builder/references/slop-test.md +135 -0
- package/.agents/skills/qk-ui-builder/references/structure.md +280 -0
- package/.agents/skills/qk-ui-builder/references/themes/atmospheric.md +53 -0
- package/.agents/skills/qk-ui-builder/references/themes/carnival.md +52 -0
- package/.agents/skills/qk-ui-builder/references/themes/cobalt.md +52 -0
- package/.agents/skills/qk-ui-builder/references/themes/editorial.md +52 -0
- package/.agents/skills/qk-ui-builder/references/themes/garden.md +52 -0
- package/.agents/skills/qk-ui-builder/references/themes/hum.md +52 -0
- package/.agents/skills/qk-ui-builder/references/themes/lumen.md +52 -0
- package/.agents/skills/qk-ui-builder/references/themes/midnight.md +52 -0
- package/.agents/skills/qk-ui-builder/references/themes/modern-minimal.md +52 -0
- package/.agents/skills/qk-ui-builder/references/themes/playful.md +52 -0
- package/.agents/skills/qk-ui-builder/references/themes/specimen.md +52 -0
- package/.agents/skills/qk-ui-builder/references/themes/terminal.md +52 -0
- package/.agents/skills/qk-ui-builder/references/typography.md +129 -0
- package/.agents/skills.json +4 -4
- package/CHANGELOG.md +2 -1
- package/README.md +36 -16
- package/bin/lint.js +3 -2
- package/docs/CHI_TIET_SKILLS.md +2 -1
- package/framework/decision-primitives.md +2 -1
- package/package.json +2 -2
- package/skills/_template/SKILL.md +2 -1
- package/skills/qk-access-policy/SKILL.md +3 -2
- package/skills/qk-ai-builder/SKILL.md +3 -2
- package/skills/qk-api-lifecycle/SKILL.md +3 -2
- package/skills/qk-bug-resolution/SKILL.md +3 -2
- package/skills/qk-context-loader/SKILL.md +13 -12
- package/skills/qk-data-lifecycle/SKILL.md +3 -2
- package/skills/qk-db-optimizer/SKILL.md +3 -2
- package/skills/qk-docs/SKILL.md +3 -2
- package/skills/qk-engineering-standard/SKILL.md +19 -18
- package/skills/qk-fe-api-integration/SKILL.md +3 -2
- package/skills/qk-feature-delivery/SKILL.md +3 -2
- package/skills/qk-help/SKILL.md +3 -2
- package/skills/qk-orchestrator/SKILL.md +18 -16
- package/skills/qk-orchestrator/references/routing-table.md +3 -2
- package/skills/qk-production-release/SKILL.md +15 -14
- package/skills/qk-project-bootstrap/SKILL.md +5 -3
- package/skills/qk-project-health/SKILL.md +3 -2
- package/skills/qk-project-memory/SKILL.md +49 -2
- package/skills/qk-system-evolution/SKILL.md +16 -15
- package/skills/qk-ui-audit/SKILL.md +21 -19
- package/skills/qk-ui-builder/SKILL.md +447 -0
- package/skills/qk-ui-builder/references/anti-patterns.md +295 -0
- package/skills/qk-ui-builder/references/color.md +115 -0
- package/skills/qk-ui-builder/references/component-cookbook.md +1194 -0
- package/skills/qk-ui-builder/references/copy.md +250 -0
- package/skills/qk-ui-builder/references/interaction-and-states.md +115 -0
- package/skills/qk-ui-builder/references/layout-and-space.md +111 -0
- package/skills/qk-ui-builder/references/macrostructures/01-bento-grid.md +48 -0
- package/skills/qk-ui-builder/references/macrostructures/02-long-document.md +50 -0
- package/skills/qk-ui-builder/references/macrostructures/03-marquee-hero.md +51 -0
- package/skills/qk-ui-builder/references/macrostructures/04-stat-led.md +49 -0
- package/skills/qk-ui-builder/references/macrostructures/05-workbench.md +44 -0
- package/skills/qk-ui-builder/references/macrostructures/06-conversational-faq.md +50 -0
- package/skills/qk-ui-builder/references/macrostructures/07-manifesto.md +51 -0
- package/skills/qk-ui-builder/references/macrostructures/08-photographic.md +50 -0
- package/skills/qk-ui-builder/references/macrostructures/09-quote-led.md +50 -0
- package/skills/qk-ui-builder/references/macrostructures/11-catalogue.md +49 -0
- package/skills/qk-ui-builder/references/macrostructures/12-letter.md +49 -0
- package/skills/qk-ui-builder/references/macrostructures/13-index-first.md +49 -0
- package/skills/qk-ui-builder/references/macrostructures/14-narrative-workflow.md +48 -0
- package/skills/qk-ui-builder/references/macrostructures/15-split-studio.md +48 -0
- package/skills/qk-ui-builder/references/macrostructures/16-feature-stack.md +51 -0
- package/skills/qk-ui-builder/references/macrostructures/17-type-specimen.md +48 -0
- package/skills/qk-ui-builder/references/macrostructures/18-portfolio-grid.md +48 -0
- package/skills/qk-ui-builder/references/macrostructures/19-map-diagram.md +50 -0
- package/skills/qk-ui-builder/references/macrostructures/20-ecosystem-index.md +48 -0
- package/skills/qk-ui-builder/references/macrostructures/21-component-playground.md +45 -0
- package/skills/qk-ui-builder/references/macrostructures.md +38 -0
- package/skills/qk-ui-builder/references/motion.md +95 -0
- package/skills/qk-ui-builder/references/responsive.md +115 -0
- package/skills/qk-ui-builder/references/slop-test.md +135 -0
- package/skills/qk-ui-builder/references/structure.md +280 -0
- package/skills/qk-ui-builder/references/themes/atmospheric.md +53 -0
- package/skills/qk-ui-builder/references/themes/carnival.md +52 -0
- package/skills/qk-ui-builder/references/themes/cobalt.md +52 -0
- package/skills/qk-ui-builder/references/themes/editorial.md +52 -0
- package/skills/qk-ui-builder/references/themes/garden.md +52 -0
- package/skills/qk-ui-builder/references/themes/hum.md +52 -0
- package/skills/qk-ui-builder/references/themes/lumen.md +52 -0
- package/skills/qk-ui-builder/references/themes/midnight.md +52 -0
- package/skills/qk-ui-builder/references/themes/modern-minimal.md +52 -0
- package/skills/qk-ui-builder/references/themes/playful.md +52 -0
- package/skills/qk-ui-builder/references/themes/specimen.md +52 -0
- package/skills/qk-ui-builder/references/themes/terminal.md +52 -0
- package/skills/qk-ui-builder/references/typography.md +129 -0
- package/skills/qk-ui-system-builder/SKILL.md +3 -2
- package/skills/qk-validation-gate/SKILL.md +18 -17
- package/skills.json +28 -27
- package/.agents/_template/BEHAVIOR_SPEC.md +0 -96
- package/.agents/_template/examples/example-en.md +0 -49
- package/.agents/_template/examples/example-vi.md +0 -49
- package/.agents/skills/qk-design-to-code/SKILL.md +0 -285
- package/.qk-ai-skill-os/CHANGELOG.md +0 -69
- package/.qk-ai-skill-os/LICENSE +0 -21
- package/.qk-ai-skill-os/README.md +0 -59
- package/.qk-ai-skill-os/_template/BEHAVIOR_SPEC.md +0 -96
- package/.qk-ai-skill-os/_template/examples/example-en.md +0 -49
- package/.qk-ai-skill-os/_template/examples/example-vi.md +0 -49
- package/.qk-ai-skill-os/docs/CHI_TIET_SKILLS.md +0 -125
- package/.qk-ai-skill-os/docs/GOVERNANCE.md +0 -40
- package/.qk-ai-skill-os/docs/HUONG_DAN_SU_DUNG.md +0 -120
- package/.qk-ai-skill-os/docs/SPEC.md +0 -87
- package/.qk-ai-skill-os/docs/adr/0001-intent-based-architecture.md +0 -19
- package/.qk-ai-skill-os/docs/adr/0002-kernel-freeze.md +0 -21
- package/.qk-ai-skill-os/docs/adr/0003-risk-based-verification.md +0 -20
- package/.qk-ai-skill-os/docs/adr/0004-progressive-evidence.md +0 -19
- package/.qk-ai-skill-os/docs/skill-classification.md +0 -25
- package/.qk-ai-skill-os/skills/_archive_old_skills/qk-accessibility-audit/SKILL.md +0 -121
- package/.qk-ai-skill-os/skills/_archive_old_skills/qk-agent-orchestrator/SKILL.md +0 -179
- package/.qk-ai-skill-os/skills/_archive_old_skills/qk-api-integration/SKILL.md +0 -389
- package/.qk-ai-skill-os/skills/_archive_old_skills/qk-auth-security/SKILL.md +0 -96
- package/.qk-ai-skill-os/skills/_archive_old_skills/qk-backend-architecture/SKILL.md +0 -125
- package/.qk-ai-skill-os/skills/_archive_old_skills/qk-bug-fix/SKILL.md +0 -213
- package/.qk-ai-skill-os/skills/_archive_old_skills/qk-component-generator/SKILL.md +0 -136
- package/.qk-ai-skill-os/skills/_archive_old_skills/qk-context-manager/SKILL.md +0 -175
- package/.qk-ai-skill-os/skills/_archive_old_skills/qk-database-engineer/SKILL.md +0 -104
- package/.qk-ai-skill-os/skills/_archive_old_skills/qk-deployment/SKILL.md +0 -96
- package/.qk-ai-skill-os/skills/_archive_old_skills/qk-design-system/SKILL.md +0 -137
- package/.qk-ai-skill-os/skills/_archive_old_skills/qk-form-builder/SKILL.md +0 -140
- package/.qk-ai-skill-os/skills/_archive_old_skills/qk-frontend-architecture/SKILL.md +0 -155
- package/.qk-ai-skill-os/skills/_archive_old_skills/qk-frontend-debug/SKILL.md +0 -133
- package/.qk-ai-skill-os/skills/_archive_old_skills/qk-frontend-performance/SKILL.md +0 -129
- package/.qk-ai-skill-os/skills/_archive_old_skills/qk-frontend-testing/SKILL.md +0 -146
- package/.qk-ai-skill-os/skills/_archive_old_skills/qk-git-engineer/SKILL.md +0 -304
- package/.qk-ai-skill-os/skills/_archive_old_skills/qk-help/SKILL.md +0 -68
- package/.qk-ai-skill-os/skills/_archive_old_skills/qk-migration/SKILL.md +0 -284
- package/.qk-ai-skill-os/skills/_archive_old_skills/qk-project-audit/SKILL.md +0 -280
- package/.qk-ai-skill-os/skills/_archive_old_skills/qk-refactor/SKILL.md +0 -222
- package/.qk-ai-skill-os/skills/_archive_old_skills/qk-state-management/SKILL.md +0 -140
- package/.qk-ai-skill-os/skills/_archive_old_skills/qk-table-crud-generator/SKILL.md +0 -127
- package/.qk-ai-skill-os/skills/_archive_old_skills/qk-ui-builder/SKILL.md +0 -152
- package/.qk-ai-skill-os/skills/_template/SKILL.md +0 -238
- package/.qk-ai-skill-os/skills/qk-access-policy/SKILL.md +0 -179
- package/.qk-ai-skill-os/skills/qk-ai-builder/SKILL.md +0 -221
- package/.qk-ai-skill-os/skills/qk-api-lifecycle/SKILL.md +0 -176
- package/.qk-ai-skill-os/skills/qk-bug-resolution/SKILL.md +0 -307
- package/.qk-ai-skill-os/skills/qk-context-loader/SKILL.md +0 -218
- package/.qk-ai-skill-os/skills/qk-data-lifecycle/SKILL.md +0 -192
- package/.qk-ai-skill-os/skills/qk-db-optimizer/SKILL.md +0 -196
- package/.qk-ai-skill-os/skills/qk-design-to-code/SKILL.md +0 -291
- package/.qk-ai-skill-os/skills/qk-docs/SKILL.md +0 -198
- package/.qk-ai-skill-os/skills/qk-engineering-standard/SKILL.md +0 -351
- package/.qk-ai-skill-os/skills/qk-engineering-standard/rules/backend.md +0 -122
- package/.qk-ai-skill-os/skills/qk-engineering-standard/rules/database.md +0 -3
- package/.qk-ai-skill-os/skills/qk-engineering-standard/rules/frontend.md +0 -152
- package/.qk-ai-skill-os/skills/qk-engineering-standard/rules/security.md +0 -3
- package/.qk-ai-skill-os/skills/qk-engineering-standard/rules/testing.md +0 -3
- package/.qk-ai-skill-os/skills/qk-fe-api-integration/SKILL.md +0 -326
- package/.qk-ai-skill-os/skills/qk-feature-delivery/SKILL.md +0 -305
- package/.qk-ai-skill-os/skills/qk-help/SKILL.md +0 -193
- package/.qk-ai-skill-os/skills/qk-orchestrator/SKILL.md +0 -277
- package/.qk-ai-skill-os/skills/qk-orchestrator/references/routing-table.md +0 -77
- package/.qk-ai-skill-os/skills/qk-production-release/SKILL.md +0 -290
- package/.qk-ai-skill-os/skills/qk-project-bootstrap/SKILL.md +0 -240
- package/.qk-ai-skill-os/skills/qk-project-health/SKILL.md +0 -199
- package/.qk-ai-skill-os/skills/qk-project-memory/SKILL.md +0 -172
- package/.qk-ai-skill-os/skills/qk-system-evolution/SKILL.md +0 -285
- package/.qk-ai-skill-os/skills/qk-ui-audit/SKILL.md +0 -314
- package/.qk-ai-skill-os/skills/qk-ui-audit/references/anti-slop-checklist.md +0 -136
- package/.qk-ai-skill-os/skills/qk-ui-system-builder/SKILL.md +0 -225
- package/.qk-ai-skill-os/skills/qk-validation-gate/SKILL.md +0 -361
- package/.qk-ai-skill-os/skills.json +0 -819
- package/skills/qk-design-to-code/SKILL.md +0 -285
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: qk-context-loader
|
|
3
3
|
category: utilities
|
|
4
|
-
version: 7.5.
|
|
4
|
+
version: 7.5.1
|
|
5
5
|
description: "Tải context và vẽ dependency graph chính xác trước khi code — ngăn hallucination kiến trúc."
|
|
6
6
|
platforms: [antigravity, claude-code, cursor, windsurf, kilo-code]
|
|
7
7
|
execution_mode: deterministic
|
|
@@ -20,7 +20,7 @@ token_budget:
|
|
|
20
20
|
stop_early: true
|
|
21
21
|
|
|
22
22
|
exit_codes: [SUCCESS, BLOCKED, FAILED, PARTIAL]
|
|
23
|
-
skill_version: 7.5.
|
|
23
|
+
skill_version: 7.5.1
|
|
24
24
|
runtime_version: 1
|
|
25
25
|
schema_version: 2
|
|
26
26
|
---
|
|
@@ -29,7 +29,7 @@ schema_version: 2
|
|
|
29
29
|
|
|
30
30
|
> **Language rule:** Code, identifiers, file names ? English. Explanations, summaries ? Vietnamese.
|
|
31
31
|
|
|
32
|
-
skill_version: 7.5.
|
|
32
|
+
skill_version: 7.5.1
|
|
33
33
|
runtime_version: 1
|
|
34
34
|
schema_version: 2
|
|
35
35
|
---
|
|
@@ -44,7 +44,7 @@ On missing precondition:
|
|
|
44
44
|
Message: "Vui lòng chỉ định entry point (file hoặc module cần map)."
|
|
45
45
|
```
|
|
46
46
|
|
|
47
|
-
skill_version: 7.5.
|
|
47
|
+
skill_version: 7.5.1
|
|
48
48
|
runtime_version: 1
|
|
49
49
|
schema_version: 2
|
|
50
50
|
---
|
|
@@ -60,7 +60,7 @@ schema_version: 2
|
|
|
60
60
|
- ❌ Guess file names — only follow explicit imports
|
|
61
61
|
- ❌ Load entire repo (max 5 files)
|
|
62
62
|
|
|
63
|
-
skill_version: 7.5.
|
|
63
|
+
skill_version: 7.5.1
|
|
64
64
|
runtime_version: 1
|
|
65
65
|
schema_version: 2
|
|
66
66
|
---
|
|
@@ -74,7 +74,7 @@ schema_version: 2
|
|
|
74
74
|
| P3 | Identify shared/risky modules | Budget < 60% |
|
|
75
75
|
| P4 | Annotate with risk levels | Budget < 70% |
|
|
76
76
|
|
|
77
|
-
skill_version: 7.5.
|
|
77
|
+
skill_version: 7.5.1
|
|
78
78
|
runtime_version: 1
|
|
79
79
|
schema_version: 2
|
|
80
80
|
---
|
|
@@ -97,7 +97,7 @@ ELSE IF entry file not found
|
|
|
97
97
|
→ EXIT: BLOCKED — ask for correct path
|
|
98
98
|
```
|
|
99
99
|
|
|
100
|
-
skill_version: 7.5.
|
|
100
|
+
skill_version: 7.5.1
|
|
101
101
|
runtime_version: 1
|
|
102
102
|
schema_version: 2
|
|
103
103
|
---
|
|
@@ -119,7 +119,7 @@ IF circular dependency detected
|
|
|
119
119
|
→ Continue building rest of graph
|
|
120
120
|
```
|
|
121
121
|
|
|
122
|
-
skill_version: 7.5.
|
|
122
|
+
skill_version: 7.5.1
|
|
123
123
|
runtime_version: 1
|
|
124
124
|
schema_version: 2
|
|
125
125
|
---
|
|
@@ -131,7 +131,7 @@ schema_version: 2
|
|
|
131
131
|
2. Identify: entry points with many dependents = CRITICAL to change carefully
|
|
132
132
|
3. Generate graph in standard JSON + Markdown format
|
|
133
133
|
|
|
134
|
-
skill_version: 7.5.
|
|
134
|
+
skill_version: 7.5.1
|
|
135
135
|
runtime_version: 1
|
|
136
136
|
schema_version: 2
|
|
137
137
|
---
|
|
@@ -162,7 +162,7 @@ schema_version: 2
|
|
|
162
162
|
}
|
|
163
163
|
```
|
|
164
164
|
|
|
165
|
-
skill_version: 7.5.
|
|
165
|
+
skill_version: 7.5.1
|
|
166
166
|
runtime_version: 1
|
|
167
167
|
schema_version: 2
|
|
168
168
|
---
|
|
@@ -176,7 +176,7 @@ Imported by: [N files]
|
|
|
176
176
|
Exports: [key exports]
|
|
177
177
|
```
|
|
178
178
|
|
|
179
|
-
skill_version: 7.5.
|
|
179
|
+
skill_version: 7.5.1
|
|
180
180
|
runtime_version: 1
|
|
181
181
|
schema_version: 2
|
|
182
182
|
---
|
|
@@ -200,7 +200,7 @@ schema_version: 2
|
|
|
200
200
|
}
|
|
201
201
|
```
|
|
202
202
|
|
|
203
|
-
skill_version: 7.5.
|
|
203
|
+
skill_version: 7.5.1
|
|
204
204
|
runtime_version: 1
|
|
205
205
|
schema_version: 2
|
|
206
206
|
---
|
|
@@ -216,3 +216,4 @@ schema_version: 2
|
|
|
216
216
|
|
|
217
217
|
---
|
|
218
218
|
|
|
219
|
+
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: qk-data-lifecycle
|
|
3
3
|
category: backend
|
|
4
|
-
version: 7.5.
|
|
4
|
+
version: 7.5.1
|
|
5
5
|
description: "Quản lý Schema, Migrations an toàn — schema freeze → backward-compat migration → cleanup."
|
|
6
6
|
platforms: [antigravity, claude-code, cursor, windsurf, kilo-code]
|
|
7
7
|
execution_mode: deterministic
|
|
@@ -17,7 +17,7 @@ token_budget:
|
|
|
17
17
|
max_shell_commands: 1
|
|
18
18
|
stop_early: false
|
|
19
19
|
exit_codes: [SUCCESS, BLOCKED, FAILED, PARTIAL]
|
|
20
|
-
skill_version: 7.5.
|
|
20
|
+
skill_version: 7.5.1
|
|
21
21
|
runtime_version: 1
|
|
22
22
|
schema_version: 2
|
|
23
23
|
---
|
|
@@ -190,3 +190,4 @@ Recommended Assumptions:
|
|
|
190
190
|
|
|
191
191
|
---
|
|
192
192
|
|
|
193
|
+
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: qk-db-optimizer
|
|
3
3
|
category: backend
|
|
4
|
-
version: 7.5.
|
|
4
|
+
version: 7.5.1
|
|
5
5
|
description: "Tối ưu Database dựa trên bằng chứng: EXPLAIN → phân tích → index/join — không đoán mò."
|
|
6
6
|
platforms: [antigravity, claude-code, cursor, windsurf, kilo-code]
|
|
7
7
|
execution_mode: deterministic
|
|
@@ -17,7 +17,7 @@ token_budget:
|
|
|
17
17
|
max_shell_commands: 2
|
|
18
18
|
stop_early: true
|
|
19
19
|
exit_codes: [SUCCESS, BLOCKED, FAILED, PARTIAL]
|
|
20
|
-
skill_version: 7.5.
|
|
20
|
+
skill_version: 7.5.1
|
|
21
21
|
runtime_version: 1
|
|
22
22
|
schema_version: 2
|
|
23
23
|
---
|
|
@@ -194,3 +194,4 @@ Recommended Assumptions:
|
|
|
194
194
|
|
|
195
195
|
---
|
|
196
196
|
|
|
197
|
+
|
package/skills/qk-docs/SKILL.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: qk-docs
|
|
3
3
|
category: documentation
|
|
4
|
-
version: 7.5.
|
|
4
|
+
version: 7.5.1
|
|
5
5
|
description: "Viết và duy trì tài liệu chính xác tuyệt đối — phải match code thực tế, cấm bịa đặt."
|
|
6
6
|
platforms: [antigravity, claude-code, cursor, windsurf, kilo-code]
|
|
7
7
|
execution_mode: deterministic
|
|
@@ -17,7 +17,7 @@ token_budget:
|
|
|
17
17
|
max_shell_commands: 0
|
|
18
18
|
stop_early: true
|
|
19
19
|
exit_codes: [SUCCESS, BLOCKED, FAILED, PARTIAL]
|
|
20
|
-
skill_version: 7.5.
|
|
20
|
+
skill_version: 7.5.1
|
|
21
21
|
runtime_version: 1
|
|
22
22
|
schema_version: 2
|
|
23
23
|
---
|
|
@@ -196,3 +196,4 @@ Recommended Assumptions:
|
|
|
196
196
|
|
|
197
197
|
---
|
|
198
198
|
|
|
199
|
+
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: qk-engineering-standard
|
|
3
3
|
category: qa
|
|
4
|
-
version: 7.5.
|
|
4
|
+
version: 7.5.1
|
|
5
5
|
description: "Ép buộc SOLID, DRY, Clean Code với ngưỡng số liệu cụ thể — không có rule mơ hồ."
|
|
6
6
|
platforms: [antigravity, claude-code, cursor, windsurf, kilo-code]
|
|
7
7
|
execution_mode: deterministic
|
|
@@ -20,7 +20,7 @@ token_budget:
|
|
|
20
20
|
stop_early: true
|
|
21
21
|
|
|
22
22
|
exit_codes: [SUCCESS, BLOCKED, FAILED, PARTIAL]
|
|
23
|
-
skill_version: 7.5.
|
|
23
|
+
skill_version: 7.5.1
|
|
24
24
|
runtime_version: 1
|
|
25
25
|
schema_version: 2
|
|
26
26
|
---
|
|
@@ -29,7 +29,7 @@ schema_version: 2
|
|
|
29
29
|
|
|
30
30
|
> **Language rule:** Code, identifiers, file names ? English. Explanations, summaries ? Vietnamese.
|
|
31
31
|
|
|
32
|
-
skill_version: 7.5.
|
|
32
|
+
skill_version: 7.5.1
|
|
33
33
|
runtime_version: 1
|
|
34
34
|
schema_version: 2
|
|
35
35
|
---
|
|
@@ -43,7 +43,7 @@ On missing precondition:
|
|
|
43
43
|
Message: "Vui lòng chỉ định file hoặc module cần kiểm tra."
|
|
44
44
|
```
|
|
45
45
|
|
|
46
|
-
skill_version: 7.5.
|
|
46
|
+
skill_version: 7.5.1
|
|
47
47
|
runtime_version: 1
|
|
48
48
|
schema_version: 2
|
|
49
49
|
---
|
|
@@ -58,7 +58,7 @@ schema_version: 2
|
|
|
58
58
|
- ❌ Rewrite architecture
|
|
59
59
|
- ❌ Touch files outside the specified scope
|
|
60
60
|
|
|
61
|
-
skill_version: 7.5.
|
|
61
|
+
skill_version: 7.5.1
|
|
62
62
|
runtime_version: 1
|
|
63
63
|
schema_version: 2
|
|
64
64
|
---
|
|
@@ -89,7 +89,7 @@ dependency:
|
|
|
89
89
|
max_imports_per_file: 15 # Beyond this: likely a God File
|
|
90
90
|
```
|
|
91
91
|
|
|
92
|
-
skill_version: 7.5.
|
|
92
|
+
skill_version: 7.5.1
|
|
93
93
|
runtime_version: 1
|
|
94
94
|
schema_version: 2
|
|
95
95
|
---
|
|
@@ -106,7 +106,7 @@ schema_version: 2
|
|
|
106
106
|
| P6 | Naming convention violations | LOW | Budget < 70% |
|
|
107
107
|
| P7 | Excessive imports / coupling | LOW | Budget < 80% |
|
|
108
108
|
|
|
109
|
-
skill_version: 7.5.
|
|
109
|
+
skill_version: 7.5.1
|
|
110
110
|
runtime_version: 1
|
|
111
111
|
schema_version: 2
|
|
112
112
|
---
|
|
@@ -137,7 +137,7 @@ IF file line count > 300
|
|
|
137
137
|
- All P1+P2+P3 checks done → go to Phase 2
|
|
138
138
|
- Token budget < 30% → go to Phase 3 directly with PARTIAL flag
|
|
139
139
|
|
|
140
|
-
skill_version: 7.5.
|
|
140
|
+
skill_version: 7.5.1
|
|
141
141
|
runtime_version: 1
|
|
142
142
|
schema_version: 2
|
|
143
143
|
---
|
|
@@ -161,7 +161,7 @@ IF token budget < 50%
|
|
|
161
161
|
→ Skip P6+P7, go to Phase 3
|
|
162
162
|
```
|
|
163
163
|
|
|
164
|
-
skill_version: 7.5.
|
|
164
|
+
skill_version: 7.5.1
|
|
165
165
|
runtime_version: 1
|
|
166
166
|
schema_version: 2
|
|
167
167
|
---
|
|
@@ -193,7 +193,7 @@ IF score < 60 OR any CRITICAL violations
|
|
|
193
193
|
→ EXIT: FAILED — requires immediate action
|
|
194
194
|
```
|
|
195
195
|
|
|
196
|
-
skill_version: 7.5.
|
|
196
|
+
skill_version: 7.5.1
|
|
197
197
|
runtime_version: 1
|
|
198
198
|
schema_version: 2
|
|
199
199
|
---
|
|
@@ -206,7 +206,7 @@ schema_version: 2
|
|
|
206
206
|
| MEDIUM | Inferred cyclomatic complexity without tool | Note estimate |
|
|
207
207
|
| LOW | Architectural smell inferred from structure | Mark as "suspected — verify manually" |
|
|
208
208
|
|
|
209
|
-
skill_version: 7.5.
|
|
209
|
+
skill_version: 7.5.1
|
|
210
210
|
runtime_version: 1
|
|
211
211
|
schema_version: 2
|
|
212
212
|
---
|
|
@@ -220,7 +220,7 @@ schema_version: 2
|
|
|
220
220
|
| MEDIUM | DRY or SoC violation, fixable in < 1 hour | Same validation logic in 3 components |
|
|
221
221
|
| LOW | Style/naming issue, non-blocking | Single-letter variable `x` outside loop |
|
|
222
222
|
|
|
223
|
-
skill_version: 7.5.
|
|
223
|
+
skill_version: 7.5.1
|
|
224
224
|
runtime_version: 1
|
|
225
225
|
schema_version: 2
|
|
226
226
|
---
|
|
@@ -246,7 +246,7 @@ Fix: Extract payment logic to `processPayment()`, shipping to `scheduleSh
|
|
|
246
246
|
Deduction: -10 pts
|
|
247
247
|
```
|
|
248
248
|
|
|
249
|
-
skill_version: 7.5.
|
|
249
|
+
skill_version: 7.5.1
|
|
250
250
|
runtime_version: 1
|
|
251
251
|
schema_version: 2
|
|
252
252
|
---
|
|
@@ -257,7 +257,7 @@ Audit is read-only — no retry needed.
|
|
|
257
257
|
If file is inaccessible → skip and note in report as PARTIAL.
|
|
258
258
|
```
|
|
259
259
|
|
|
260
|
-
skill_version: 7.5.
|
|
260
|
+
skill_version: 7.5.1
|
|
261
261
|
runtime_version: 1
|
|
262
262
|
schema_version: 2
|
|
263
263
|
---
|
|
@@ -273,7 +273,7 @@ Questions:
|
|
|
273
273
|
2. Có ngưỡng cụ thể nào bạn muốn thay đổi không? (mặc định: 30 lines/function)
|
|
274
274
|
```
|
|
275
275
|
|
|
276
|
-
skill_version: 7.5.
|
|
276
|
+
skill_version: 7.5.1
|
|
277
277
|
runtime_version: 1
|
|
278
278
|
schema_version: 2
|
|
279
279
|
---
|
|
@@ -297,7 +297,7 @@ schema_version: 2
|
|
|
297
297
|
}
|
|
298
298
|
```
|
|
299
299
|
|
|
300
|
-
skill_version: 7.5.
|
|
300
|
+
skill_version: 7.5.1
|
|
301
301
|
runtime_version: 1
|
|
302
302
|
schema_version: 2
|
|
303
303
|
---
|
|
@@ -325,7 +325,7 @@ Required Actions:
|
|
|
325
325
|
Exit Code: [SUCCESS | PARTIAL | FAILED]
|
|
326
326
|
```
|
|
327
327
|
|
|
328
|
-
skill_version: 7.5.
|
|
328
|
+
skill_version: 7.5.1
|
|
329
329
|
runtime_version: 1
|
|
330
330
|
schema_version: 2
|
|
331
331
|
---
|
|
@@ -339,7 +339,7 @@ schema_version: 2
|
|
|
339
339
|
| BLOCKED | No target specified | Cannot audit without scope |
|
|
340
340
|
| FAILED | Score < 60 or CRITICAL found | Immediate action required |
|
|
341
341
|
|
|
342
|
-
skill_version: 7.5.
|
|
342
|
+
skill_version: 7.5.1
|
|
343
343
|
runtime_version: 1
|
|
344
344
|
schema_version: 2
|
|
345
345
|
---
|
|
@@ -349,3 +349,4 @@ schema_version: 2
|
|
|
349
349
|
|
|
350
350
|
---
|
|
351
351
|
|
|
352
|
+
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: qk-fe-api-integration
|
|
3
3
|
category: frontend
|
|
4
|
-
version: 7.5.
|
|
4
|
+
version: 7.5.1
|
|
5
5
|
description: "Consume API Backend, quản lý State, bind vào UI — tuân thủ kiến trúc Base dự án"
|
|
6
6
|
platforms: [antigravity, claude-code, cursor, windsurf, kilo-code]
|
|
7
7
|
execution_mode: deterministic
|
|
@@ -20,7 +20,7 @@ token_budget:
|
|
|
20
20
|
stop_early: true
|
|
21
21
|
|
|
22
22
|
exit_codes: [SUCCESS, BLOCKED, FAILED, PARTIAL]
|
|
23
|
-
skill_version: 7.5.
|
|
23
|
+
skill_version: 7.5.1
|
|
24
24
|
runtime_version: 1
|
|
25
25
|
schema_version: 2
|
|
26
26
|
---
|
|
@@ -324,3 +324,4 @@ Triggered when user needs to integrate a backend API endpoint into a frontend ap
|
|
|
324
324
|
- Error Handling: All HTTP errors must be handled per mandatory table
|
|
325
325
|
- Separation: Service layer only — no API calls in presentational components
|
|
326
326
|
---
|
|
327
|
+
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: qk-feature-delivery
|
|
3
3
|
category: fullstack
|
|
4
|
-
version: 7.5.
|
|
4
|
+
version: 7.5.1
|
|
5
5
|
description: "Phát triển tính năng mới end-to-end: Requirements → Context → Design → Implement → Self-audit."
|
|
6
6
|
platforms: [antigravity, claude-code, cursor, windsurf, kilo-code]
|
|
7
7
|
execution_mode: deterministic
|
|
@@ -20,7 +20,7 @@ token_budget:
|
|
|
20
20
|
stop_early: false
|
|
21
21
|
|
|
22
22
|
exit_codes: [SUCCESS, BLOCKED, FAILED, PARTIAL]
|
|
23
|
-
skill_version: 7.5.
|
|
23
|
+
skill_version: 7.5.1
|
|
24
24
|
runtime_version: 1
|
|
25
25
|
schema_version: 2
|
|
26
26
|
---
|
|
@@ -303,3 +303,4 @@ Fix applied
|
|
|
303
303
|
```
|
|
304
304
|
|
|
305
305
|
---
|
|
306
|
+
|
package/skills/qk-help/SKILL.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: qk-help
|
|
3
3
|
category: utilities
|
|
4
|
-
version: 7.5.
|
|
4
|
+
version: 7.5.1
|
|
5
5
|
description: "Hiển thị danh sách skills V7.5 và hướng dẫn dùng lệnh ./qk-[skill-name]."
|
|
6
6
|
platforms: [antigravity, claude-code, cursor, windsurf, kilo-code]
|
|
7
7
|
execution_mode: deterministic
|
|
@@ -20,7 +20,7 @@ token_budget:
|
|
|
20
20
|
stop_early: true
|
|
21
21
|
|
|
22
22
|
exit_codes: [SUCCESS]
|
|
23
|
-
skill_version: 7.5.
|
|
23
|
+
skill_version: 7.5.1
|
|
24
24
|
runtime_version: 1
|
|
25
25
|
schema_version: 2
|
|
26
26
|
---
|
|
@@ -191,3 +191,4 @@ Exit Code: SUCCESS
|
|
|
191
191
|
| BLOCKED | Cannot access skills.json | Setup required |
|
|
192
192
|
|
|
193
193
|
---
|
|
194
|
+
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: qk-orchestrator
|
|
3
3
|
category: core
|
|
4
|
-
version: 7.5.
|
|
4
|
+
version: 7.5.1
|
|
5
5
|
description: "Đ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 tra preconditions và routing table."
|
|
6
6
|
platforms: [antigravity, claude-code, cursor, windsurf, kilo-code]
|
|
7
7
|
execution_mode: deterministic
|
|
@@ -20,7 +20,7 @@ token_budget:
|
|
|
20
20
|
stop_early: true
|
|
21
21
|
|
|
22
22
|
exit_codes: [SUCCESS, BLOCKED, FAILED, PARTIAL]
|
|
23
|
-
skill_version: 7.5.
|
|
23
|
+
skill_version: 7.5.1
|
|
24
24
|
runtime_version: 1
|
|
25
25
|
schema_version: 2
|
|
26
26
|
---
|
|
@@ -29,7 +29,7 @@ schema_version: 2
|
|
|
29
29
|
|
|
30
30
|
> **Language rule:** Code, identifiers, file names ? English. Explanations, summaries ? Vietnamese.
|
|
31
31
|
|
|
32
|
-
skill_version: 7.5.
|
|
32
|
+
skill_version: 7.5.1
|
|
33
33
|
runtime_version: 1
|
|
34
34
|
schema_version: 2
|
|
35
35
|
---
|
|
@@ -43,7 +43,7 @@ On missing precondition:
|
|
|
43
43
|
Message: "Vui lòng mô tả yêu cầu của bạn."
|
|
44
44
|
```
|
|
45
45
|
|
|
46
|
-
skill_version: 7.5.
|
|
46
|
+
skill_version: 7.5.1
|
|
47
47
|
runtime_version: 1
|
|
48
48
|
schema_version: 2
|
|
49
49
|
---
|
|
@@ -59,7 +59,7 @@ schema_version: 2
|
|
|
59
59
|
- ❌ Allow UI work without `DESIGN.md` verified
|
|
60
60
|
- ❌ Allow logic work without context graph from `qk-context-loader`
|
|
61
61
|
|
|
62
|
-
skill_version: 7.5.
|
|
62
|
+
skill_version: 7.5.1
|
|
63
63
|
runtime_version: 1
|
|
64
64
|
schema_version: 2
|
|
65
65
|
---
|
|
@@ -73,7 +73,7 @@ schema_version: 2
|
|
|
73
73
|
| P3 | Check pipeline dependencies (e.g., context-loader first) | Never for logic tasks |
|
|
74
74
|
| P4 | Estimate cost/latency for user info | Budget < 70% |
|
|
75
75
|
|
|
76
|
-
skill_version: 7.5.
|
|
76
|
+
skill_version: 7.5.1
|
|
77
77
|
runtime_version: 1
|
|
78
78
|
schema_version: 2
|
|
79
79
|
---
|
|
@@ -104,7 +104,7 @@ ELSE IF no match
|
|
|
104
104
|
- Skill identified → go to Phase 2
|
|
105
105
|
- No matching skill → EXIT: BLOCKED
|
|
106
106
|
|
|
107
|
-
skill_version: 7.5.
|
|
107
|
+
skill_version: 7.5.1
|
|
108
108
|
runtime_version: 1
|
|
109
109
|
schema_version: 2
|
|
110
110
|
---
|
|
@@ -128,7 +128,7 @@ ELSE
|
|
|
128
128
|
→ EXIT: BLOCKED
|
|
129
129
|
```
|
|
130
130
|
|
|
131
|
-
skill_version: 7.5.
|
|
131
|
+
skill_version: 7.5.1
|
|
132
132
|
runtime_version: 1
|
|
133
133
|
schema_version: 2
|
|
134
134
|
---
|
|
@@ -143,7 +143,7 @@ schema_version: 2
|
|
|
143
143
|
**Pipeline Rules:**
|
|
144
144
|
```
|
|
145
145
|
UI tasks:
|
|
146
|
-
[DESIGN.md check] → [qk-ui-audit (optional)] → [qk-
|
|
146
|
+
[DESIGN.md check] → [qk-ui-audit (optional)] → [qk-ui-builder | qk-feature-delivery]
|
|
147
147
|
|
|
148
148
|
Logic tasks:
|
|
149
149
|
[qk-context-loader] → [qk-feature-delivery | qk-bug-resolution | qk-api-lifecycle]
|
|
@@ -155,7 +155,7 @@ Release tasks:
|
|
|
155
155
|
[qk-validation-gate] → [qk-production-release]
|
|
156
156
|
```
|
|
157
157
|
|
|
158
|
-
skill_version: 7.5.
|
|
158
|
+
skill_version: 7.5.1
|
|
159
159
|
runtime_version: 1
|
|
160
160
|
schema_version: 2
|
|
161
161
|
---
|
|
@@ -167,7 +167,7 @@ Full table: see `references/routing-table.md`
|
|
|
167
167
|
|----------------|---------------|----------|
|
|
168
168
|
| bug, lỗi, error, broken, crash, fix, sửa | `qk-bug-resolution` | direct |
|
|
169
169
|
| tính năng, feature, thêm, mới, add, implement | `qk-feature-delivery` | context-loader first |
|
|
170
|
-
| UI, giao diện, design, component, layout, màn hình | `qk-
|
|
170
|
+
| UI, giao diện, design, component, layout, màn hình | `qk-ui-builder` | DESIGN.md check |
|
|
171
171
|
| slow, query, index, N+1, performance DB | `qk-db-optimizer` | context-loader first |
|
|
172
172
|
| deploy, release, production, CI/CD, build | `qk-production-release` | validation-gate first |
|
|
173
173
|
| schema, migration, database, table, model | `qk-data-lifecycle` | context-loader first |
|
|
@@ -183,7 +183,7 @@ Full table: see `references/routing-table.md`
|
|
|
183
183
|
| new project, bootstrap, init | `qk-project-bootstrap` | direct |
|
|
184
184
|
| memory, context, recall, lưu | `qk-project-memory` | direct |
|
|
185
185
|
|
|
186
|
-
skill_version: 7.5.
|
|
186
|
+
skill_version: 7.5.1
|
|
187
187
|
runtime_version: 1
|
|
188
188
|
schema_version: 2
|
|
189
189
|
---
|
|
@@ -196,7 +196,7 @@ schema_version: 2
|
|
|
196
196
|
| MEDIUM | Multiple possible skills | Route to most likely, note ambiguity |
|
|
197
197
|
| LOW | Request is too vague | Ask clarifying question |
|
|
198
198
|
|
|
199
|
-
skill_version: 7.5.
|
|
199
|
+
skill_version: 7.5.1
|
|
200
200
|
runtime_version: 1
|
|
201
201
|
schema_version: 2
|
|
202
202
|
---
|
|
@@ -213,7 +213,7 @@ Questions:
|
|
|
213
213
|
Recommended Assumptions: none — routing requires clear intent
|
|
214
214
|
```
|
|
215
215
|
|
|
216
|
-
skill_version: 7.5.
|
|
216
|
+
skill_version: 7.5.1
|
|
217
217
|
runtime_version: 1
|
|
218
218
|
schema_version: 2
|
|
219
219
|
---
|
|
@@ -237,7 +237,7 @@ schema_version: 2
|
|
|
237
237
|
}
|
|
238
238
|
```
|
|
239
239
|
|
|
240
|
-
skill_version: 7.5.
|
|
240
|
+
skill_version: 7.5.1
|
|
241
241
|
runtime_version: 1
|
|
242
242
|
schema_version: 2
|
|
243
243
|
---
|
|
@@ -259,7 +259,7 @@ Preconditions:
|
|
|
259
259
|
Exit Code: SUCCESS
|
|
260
260
|
```
|
|
261
261
|
|
|
262
|
-
skill_version: 7.5.
|
|
262
|
+
skill_version: 7.5.1
|
|
263
263
|
runtime_version: 1
|
|
264
264
|
schema_version: 2
|
|
265
265
|
---
|
|
@@ -275,3 +275,5 @@ schema_version: 2
|
|
|
275
275
|
|
|
276
276
|
---
|
|
277
277
|
|
|
278
|
+
|
|
279
|
+
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|----------------------------------------|---------------|-------------------|
|
|
11
11
|
| bug, lỗi, error, broken, crash, fix, sửa, không hoạt động | `qk-bug-resolution` | direct |
|
|
12
12
|
| tính năng, feature, thêm, mới, add, implement, xây dựng | `qk-feature-delivery` | `qk-context-loader` first |
|
|
13
|
-
| UI, giao diện, design, component, layout, màn hình, hiển thị | `qk-
|
|
13
|
+
| UI, giao diện, design, component, layout, màn hình, hiển thị | `qk-ui-builder` | DESIGN.md check |
|
|
14
14
|
| slow, chậm, query, index, N+1, performance DB, tối ưu DB | `qk-db-optimizer` | `qk-context-loader` first |
|
|
15
15
|
| deploy, release, production, CI/CD, build, xuất bản | `qk-production-release` | `qk-validation-gate` first |
|
|
16
16
|
| schema, migration, database, table, model, ORM | `qk-data-lifecycle` | `qk-context-loader` first |
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
```
|
|
39
39
|
1. Check DESIGN.md exists (qk-project-bootstrap if missing)
|
|
40
40
|
2. [Optional] qk-ui-audit — audit existing UI
|
|
41
|
-
3. qk-
|
|
41
|
+
3. qk-ui-builder OR qk-feature-delivery (UI part)
|
|
42
42
|
4. qk-validation-gate — lint + type check
|
|
43
43
|
```
|
|
44
44
|
|
|
@@ -75,3 +75,4 @@ When 2+ skills match:
|
|
|
75
75
|
| "refactor" + API | `qk-engineering-standard` if code quality focus, `qk-api-lifecycle` if contract change |
|
|
76
76
|
| "add feature" + DB | Route `qk-feature-delivery` with `qk-data-lifecycle` in pipeline |
|
|
77
77
|
| "optimize" without context | Ask: "DB performance or code quality?" |
|
|
78
|
+
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: qk-production-release
|
|
3
3
|
category: devops
|
|
4
|
-
version: 7.5.
|
|
4
|
+
version: 7.5.1
|
|
5
5
|
description: "Chuẩn bị release production với 8-gate checklist bắt buộc — không pass gate = không deploy."
|
|
6
6
|
platforms: [antigravity, claude-code, cursor, windsurf, kilo-code]
|
|
7
7
|
execution_mode: deterministic
|
|
@@ -20,7 +20,7 @@ token_budget:
|
|
|
20
20
|
stop_early: false
|
|
21
21
|
|
|
22
22
|
exit_codes: [SUCCESS, BLOCKED, FAILED, PARTIAL]
|
|
23
|
-
skill_version: 7.5.
|
|
23
|
+
skill_version: 7.5.1
|
|
24
24
|
runtime_version: 1
|
|
25
25
|
schema_version: 2
|
|
26
26
|
---
|
|
@@ -29,7 +29,7 @@ schema_version: 2
|
|
|
29
29
|
|
|
30
30
|
> **Language rule:** Code, identifiers, file names ? English. Explanations, summaries ? Vietnamese.
|
|
31
31
|
|
|
32
|
-
skill_version: 7.5.
|
|
32
|
+
skill_version: 7.5.1
|
|
33
33
|
runtime_version: 1
|
|
34
34
|
schema_version: 2
|
|
35
35
|
---
|
|
@@ -45,7 +45,7 @@ On missing precondition:
|
|
|
45
45
|
Message: "qk-validation-gate must pass before release. Run it first."
|
|
46
46
|
```
|
|
47
47
|
|
|
48
|
-
skill_version: 7.5.
|
|
48
|
+
skill_version: 7.5.1
|
|
49
49
|
runtime_version: 1
|
|
50
50
|
schema_version: 2
|
|
51
51
|
---
|
|
@@ -60,7 +60,7 @@ schema_version: 2
|
|
|
60
60
|
- ❌ Deploy to infrastructure — that's DevOps/CI system
|
|
61
61
|
- ❌ Skip any gate unless user explicitly overrides
|
|
62
62
|
|
|
63
|
-
skill_version: 7.5.
|
|
63
|
+
skill_version: 7.5.1
|
|
64
64
|
runtime_version: 1
|
|
65
65
|
schema_version: 2
|
|
66
66
|
---
|
|
@@ -78,7 +78,7 @@ schema_version: 2
|
|
|
78
78
|
| P7 | No dev dependencies in production build | YES — hard block |
|
|
79
79
|
| P8 | CHANGELOG.md updated with release notes | WARN only |
|
|
80
80
|
|
|
81
|
-
skill_version: 7.5.
|
|
81
|
+
skill_version: 7.5.1
|
|
82
82
|
runtime_version: 1
|
|
83
83
|
schema_version: 2
|
|
84
84
|
---
|
|
@@ -96,7 +96,7 @@ schema_version: 2
|
|
|
96
96
|
[ ] P8: CHANGELOG.md has entry for this release
|
|
97
97
|
```
|
|
98
98
|
|
|
99
|
-
skill_version: 7.5.
|
|
99
|
+
skill_version: 7.5.1
|
|
100
100
|
runtime_version: 1
|
|
101
101
|
schema_version: 2
|
|
102
102
|
---
|
|
@@ -120,7 +120,7 @@ IF all P1–P4 pass
|
|
|
120
120
|
→ go to Phase 2
|
|
121
121
|
```
|
|
122
122
|
|
|
123
|
-
skill_version: 7.5.
|
|
123
|
+
skill_version: 7.5.1
|
|
124
124
|
runtime_version: 1
|
|
125
125
|
schema_version: 2
|
|
126
126
|
---
|
|
@@ -144,7 +144,7 @@ IF production audit has critical/high
|
|
|
144
144
|
→ EXIT: FAILED
|
|
145
145
|
```
|
|
146
146
|
|
|
147
|
-
skill_version: 7.5.
|
|
147
|
+
skill_version: 7.5.1
|
|
148
148
|
runtime_version: 1
|
|
149
149
|
schema_version: 2
|
|
150
150
|
---
|
|
@@ -165,7 +165,7 @@ IF any hard-block gate failed
|
|
|
165
165
|
→ EXIT: FAILED — do NOT deploy
|
|
166
166
|
```
|
|
167
167
|
|
|
168
|
-
skill_version: 7.5.
|
|
168
|
+
skill_version: 7.5.1
|
|
169
169
|
runtime_version: 1
|
|
170
170
|
schema_version: 2
|
|
171
171
|
---
|
|
@@ -181,7 +181,7 @@ Actual: [what was found]
|
|
|
181
181
|
Fix: [what must be done before release]
|
|
182
182
|
```
|
|
183
183
|
|
|
184
|
-
skill_version: 7.5.
|
|
184
|
+
skill_version: 7.5.1
|
|
185
185
|
runtime_version: 1
|
|
186
186
|
schema_version: 2
|
|
187
187
|
---
|
|
@@ -197,7 +197,7 @@ Questions:
|
|
|
197
197
|
2. Có bug nào HIGH/CRITICAL chưa fix không?
|
|
198
198
|
```
|
|
199
199
|
|
|
200
|
-
skill_version: 7.5.
|
|
200
|
+
skill_version: 7.5.1
|
|
201
201
|
runtime_version: 1
|
|
202
202
|
schema_version: 2
|
|
203
203
|
---
|
|
@@ -221,7 +221,7 @@ schema_version: 2
|
|
|
221
221
|
}
|
|
222
222
|
```
|
|
223
223
|
|
|
224
|
-
skill_version: 7.5.
|
|
224
|
+
skill_version: 7.5.1
|
|
225
225
|
runtime_version: 1
|
|
226
226
|
schema_version: 2
|
|
227
227
|
---
|
|
@@ -248,7 +248,7 @@ Verdict: [✅ SAFE TO DEPLOY | ❌ DO NOT DEPLOY — fix: list]
|
|
|
248
248
|
Exit Code: [SUCCESS | PARTIAL | BLOCKED | FAILED]
|
|
249
249
|
```
|
|
250
250
|
|
|
251
|
-
skill_version: 7.5.
|
|
251
|
+
skill_version: 7.5.1
|
|
252
252
|
runtime_version: 1
|
|
253
253
|
schema_version: 2
|
|
254
254
|
---
|
|
@@ -282,3 +282,4 @@ schema_version: 2
|
|
|
282
282
|
---
|
|
283
283
|
|
|
284
284
|
|
|
285
|
+
|