ai-developer-skill-os 3.1.4 → 5.0.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/README.md +15 -19
- package/_template/SKILL.md +37 -133
- package/framework/KERNEL.md +58 -0
- package/framework/bias-library/cosmetic-refactor.md +21 -0
- package/framework/bias-library/enterprise-crud.md +21 -0
- package/framework/bias-library/fake-ui-slop.md +20 -0
- package/framework/bias-library/hallucinated-tools.md +20 -0
- package/framework/bias-library/missing-ui-states.md +19 -0
- package/framework/bias-library/over-indexing.md +20 -0
- package/framework/bias-library/swallow-errors.md +19 -0
- package/framework/bias-library/ui-only-security.md +17 -0
- package/framework/dial-library/complexity-budget.md +13 -0
- package/framework/dial-library/granularity.md +13 -0
- package/framework/dial-library/optimization-strategy.md +13 -0
- package/framework/dial-library/strictness.md +13 -0
- package/framework/rule-library/delegation-only.md +9 -0
- package/framework/rule-library/minimal-diff.md +9 -0
- package/package.json +1 -1
- package/skills/qk-access-policy/SKILL.md +41 -31
- package/skills/qk-ai-builder/SKILL.md +40 -31
- package/skills/qk-api-lifecycle/SKILL.md +40 -53
- package/skills/qk-bug-resolution/SKILL.md +40 -57
- package/skills/qk-context-loader/SKILL.md +37 -36
- package/skills/qk-data-lifecycle/SKILL.md +38 -50
- package/skills/qk-db-optimizer/SKILL.md +56 -0
- package/skills/qk-design-to-code/SKILL.md +41 -36
- package/skills/qk-docs/SKILL.md +38 -42
- package/skills/qk-engineering-standard/SKILL.md +40 -52
- package/skills/qk-feature-delivery/SKILL.md +40 -56
- package/skills/qk-help/SKILL.md +37 -29
- package/skills/qk-orchestrator/SKILL.md +41 -43
- package/skills/qk-policy-engine/SKILL.md +37 -42
- package/skills/qk-production-release/SKILL.md +41 -37
- package/skills/qk-project-bootstrap/SKILL.md +40 -33
- package/skills/qk-project-health/SKILL.md +37 -45
- package/skills/qk-project-memory/SKILL.md +39 -25
- package/skills/qk-system-evolution/SKILL.md +37 -52
- package/skills/qk-ui-audit/SKILL.md +38 -47
- package/skills/qk-ui-system-builder/SKILL.md +39 -30
- package/skills/qk-validation-gate/SKILL.md +35 -48
- package/skills.json +313 -86
- package/taste-skill/.claude-plugin/marketplace.json +20 -0
- package/taste-skill/.claude-plugin/plugin.json +19 -0
- package/taste-skill/.github/FUNDING.yml +1 -0
- package/taste-skill/.github/copilot-instructions.md +11 -0
- package/taste-skill/CHANGELOG.md +111 -0
- package/taste-skill/LICENSE +21 -0
- package/taste-skill/README.md +212 -0
- package/taste-skill/assets/.gitkeep +0 -0
- package/taste-skill/assets/readme-banner.webp +0 -0
- package/taste-skill/assets/readme-buttons/btn-agent-skills.webp +0 -0
- package/taste-skill/assets/readme-buttons/btn-changelog.webp +0 -0
- package/taste-skill/assets/readme-buttons/btn-mit.webp +0 -0
- package/taste-skill/assets/readme-buttons/btn-site.webp +0 -0
- package/taste-skill/assets/readme-buttons/btn-tools.webp +0 -0
- package/taste-skill/assets/readme-cta-tasteskill.svg +5 -0
- package/taste-skill/assets/sponsors/animations-dev.webp +0 -0
- package/taste-skill/assets/sponsors/emil-animations-dev.webp +0 -0
- package/taste-skill/assets/taste-skill-logo.png +0 -0
- package/taste-skill/assets/taste-skill-logo.webp +0 -0
- package/taste-skill/assets/vercel-oss-program-badge.svg +44 -0
- package/taste-skill/examples/floria-bottom.webp +0 -0
- package/taste-skill/examples/floria-full.webp +0 -0
- package/taste-skill/examples/floria-top.webp +0 -0
- package/taste-skill/research/README.md +8 -0
- package/taste-skill/research/laziness/README.md +25 -0
- package/taste-skill/research/laziness/findings/empirical-results.md +58 -0
- package/taste-skill/research/laziness/findings/references.md +20 -0
- package/taste-skill/research/laziness/remediation/architectural-patterns.md +55 -0
- package/taste-skill/research/laziness/remediation/parameter-tuning.md +44 -0
- package/taste-skill/research/laziness/remediation/prompt-engineering.md +52 -0
- package/taste-skill/research/laziness/remediation/reference-prompts.md +79 -0
- package/taste-skill/research/laziness/root-causes/cognitive-shortcuts.md +23 -0
- package/taste-skill/research/laziness/root-causes/output-limits.md +39 -0
- package/taste-skill/research/laziness/root-causes/rlhf-and-compute.md +27 -0
- package/taste-skill/research/laziness/root-causes/training-data-bias.md +28 -0
- package/taste-skill/scripts/build-emil-sponsor-row.mjs +41 -0
- package/taste-skill/scripts/convert-readme-assets-webp.mjs +142 -0
- package/taste-skill/scripts/process-readme-buttons.mjs +108 -0
- package/taste-skill/scripts/process-sponsor-badge.mjs +83 -0
- package/taste-skill/skill.sh +25 -0
- package/taste-skill/skills/brandkit/SKILL.md +798 -0
- package/taste-skill/skills/brutalist-skill/SKILL.md +92 -0
- package/taste-skill/skills/gpt-tasteskill/SKILL.md +74 -0
- package/taste-skill/skills/image-to-code-skill/SKILL.md +1228 -0
- package/taste-skill/skills/imagegen-frontend-mobile/SKILL.md +1465 -0
- package/taste-skill/skills/imagegen-frontend-web/SKILL.md +987 -0
- package/taste-skill/skills/llms.txt +13 -0
- package/taste-skill/skills/minimalist-skill/SKILL.md +85 -0
- package/taste-skill/skills/output-skill/SKILL.md +49 -0
- package/taste-skill/skills/redesign-skill/SKILL.md +178 -0
- package/taste-skill/skills/soft-skill/SKILL.md +98 -0
- package/taste-skill/skills/stitch-skill/DESIGN.md +121 -0
- package/taste-skill/skills/stitch-skill/SKILL.md +184 -0
- package/taste-skill/skills/taste-skill/SKILL.md +1206 -0
- package/taste-skill/skills/taste-skill-v1/SKILL.md +226 -0
- package/skills/qk-documentation-system/SKILL.md +0 -45
|
@@ -1,67 +1,54 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: qk-validation-gate
|
|
3
|
-
version:
|
|
4
|
-
updated: 2026-07-
|
|
5
|
-
description:
|
|
3
|
+
version: 5.0.0
|
|
4
|
+
updated: 2026-07-03
|
|
5
|
+
description: Cổng kiểm tra chất lượng bắt buộc (Test, Lint, Security).
|
|
6
6
|
category: validation
|
|
7
|
-
behavior: validation
|
|
8
|
-
intent: validate
|
|
9
|
-
priority: critical
|
|
10
7
|
tags: [ci, testing, linting, security, gatekeeper]
|
|
11
8
|
platforms: [claude-code, cursor, windsurf, gemini-cli]
|
|
12
|
-
trigger: Triggered automatically as the final step in a pipeline, or manually when the user asks to "check the code".
|
|
13
|
-
inputs: [Modified files]
|
|
14
|
-
outputs: [Validation Report (Pass/Fail)]
|
|
15
|
-
allowed_tools: [run_command, grep_search]
|
|
16
|
-
pipeline: [analyze, validate, complete]
|
|
17
9
|
---
|
|
18
10
|
|
|
19
|
-
# 🛠️ qk-validation-gate
|
|
11
|
+
# 🛠️ qk-validation-gate
|
|
20
12
|
|
|
21
|
-
> **
|
|
13
|
+
> **Inheritance:** Kỹ năng này tuân thủ Kiến trúc v5.0 của `framework/KERNEL.md`.
|
|
14
|
+
> Output bắt buộc là Decision Summary.
|
|
22
15
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
1. **Analyze (Static Sweep):**
|
|
26
|
-
- Use `grep_search` to scan modified files for garbage code: `console.log(`, `debugger;`, `// TODO`, `@ts-ignore`.
|
|
27
|
-
- Scan for hardcoded secrets: `API_KEY=`, `Bearer ey...`.
|
|
28
|
-
2. **Validate (Automated Checks):**
|
|
29
|
-
- Run the Linter: `npm run lint` or `eslint .`.
|
|
30
|
-
- Run the Type Checker: `tsc --noEmit`.
|
|
31
|
-
- Run the Tests: `npm run test` (if applicable).
|
|
32
|
-
3. **Complete (Report & Auto-fix):**
|
|
33
|
-
- If minor lint errors exist, attempt an auto-fix (`npm run lint --fix`).
|
|
34
|
-
- If tests fail, report the exact failure to the user. Do NOT pretend it passed.
|
|
16
|
+
---
|
|
35
17
|
|
|
36
|
-
##
|
|
18
|
+
## 🎯 Mission (Scope)
|
|
19
|
+
- ✅ Chạy các lệnh kiểm định (Test, Lint) thực tế.
|
|
20
|
+
- ❌ Do NOT giả vờ là test đã pass mà không gọi tool CLI.
|
|
37
21
|
|
|
38
|
-
|
|
39
|
-
- **No Force:** Never use `--force` or `--no-verify` flags.
|
|
40
|
-
- **Real Execution:** You MUST run the actual CLI commands using `run_command` and wait for the output.
|
|
22
|
+
---
|
|
41
23
|
|
|
42
|
-
##
|
|
24
|
+
## ⚙️ Capabilities (Cognitive Pipeline)
|
|
25
|
+
```yaml
|
|
26
|
+
Pipeline:
|
|
27
|
+
- inference
|
|
28
|
+
- execution
|
|
29
|
+
- ship-check
|
|
30
|
+
```
|
|
43
31
|
|
|
44
|
-
|
|
45
|
-
Did `npm run lint` return errors?
|
|
46
|
-
├── YES → Are they auto-fixable?
|
|
47
|
-
│ ├── YES → Run `npm run lint --fix`.
|
|
48
|
-
│ └── NO → Manually fix the file and re-run.
|
|
49
|
-
└── NO → Proceed to Type Checking.
|
|
32
|
+
---
|
|
50
33
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
34
|
+
## 🎛️ Dials (Hành vi)
|
|
35
|
+
```yaml
|
|
36
|
+
Dials:
|
|
37
|
+
- id: strictness
|
|
54
38
|
```
|
|
55
39
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
1. `complete`: Once all checks pass, output the Validation Report.
|
|
40
|
+
---
|
|
59
41
|
|
|
60
|
-
##
|
|
42
|
+
## 🛡️ Biases (Sửa lỗi mặc định)
|
|
43
|
+
```yaml
|
|
44
|
+
Biases:
|
|
45
|
+
- id: hallucinated-tools
|
|
46
|
+
```
|
|
61
47
|
|
|
62
|
-
|
|
48
|
+
---
|
|
63
49
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
-
|
|
50
|
+
## 🛫 Ship Criteria
|
|
51
|
+
```yaml
|
|
52
|
+
Rules:
|
|
53
|
+
- id: end-to-end-validation
|
|
54
|
+
```
|