用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ptkvaibhav/clinkz --skill phase-work命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
The Clinkz development + validation operating contract — goal/leverage, phantom-honesty discipline, real-validation standard, risk-tiered workflow, and git protocol. Reference it in a task prompt instead of restating any of this.
Run the full Clinkz pipeline against DVWA and report vulnerability coverage across the 14 categories.
Run the full Clinkz pipeline against OWASP Juice Shop (Node/Angular SPA, JWT auth) and report vulnerability coverage across the 14 categories.
基于 SOC 职业分类
正在显示 SKILL.md
| name | phase-work |
| description | Load Clinkz v2 development rules of engagement for any phase-implementation or fix task. |
Read CLAUDE.md and CLINKZ_V2_IMPLEMENTATION.md for full architecture context. The rules below are the operating discipline; CLAUDE.md is the source of truth for architecture.
This is the most important rule. Most failures on this project came from acting on an unchecked assumption.
.claude/LESSONS.md during planning only if the task resembles a past failure; append to it after an error worth not repeating.Before every push, all three must pass. Never bypass with --no-verify, blanket # noqa / # type: ignore, or skip/xfail added solely to keep CI green.
pytest tests/ -q --tb=short --ignore=tests/test_skills_dvwa --ignore=tests/test_skills_juiceshop --ignore=tests/test_pipeline_smoke --ignore=tests/test_integration for unit/agent/tool/orchestrator. It must be deterministic and key-free: it excludes EVERY live/container-dependent suite so green means green with or without containers up — a stale exclude list that drags live tests in produces flake noise that trains us to wave off real failures. Run the container gate separately when containers are up and the change touches scan/exploit/orchestrator (live suites, run serially): pytest tests/test_integration/, pytest tests/test_skills_dvwa/ -m dvwa_smoke, pytest tests/test_skills_juiceshop/ -m juiceshop_smoke, pytest -m pipeline_smoke tests/test_pipeline_smoke/.Doc/config-only changes may skip gates 1-2 but gate 3 still applies if runtime behavior can change.
prefix(scope): imperative summary, no trailing period. Push after every commit.