Use when adding new error messages to React, or seeing "unknown error code" warnings.
npx skills add LeslieLinXinxiang/dde-agent-skills --skill "dde-ext-verification-loop"
Install specific skill from multi-skill repository
# Description
DDE subordinate extension. Execute verification loop (build/type/lint/test/security/diff) and return a structured quality report.
# SKILL.md
name: dde-ext-verification-loop
description: "DDE subordinate extension. Execute verification loop (build/type/lint/test/security/diff) and return a structured quality report."
DDE Extension: Verification Loop
Skill Version: v0.1
Authority Chain
- Commander:
dde-bootstrap - Write gate:
dde-code-guard - This skill executes checks but does not own requirement authority.
When to Use
- After significant implementation.
- Before PR/merge checkpoint.
- When user asks for quality gate status.
Execution Scope
Allowed:
- Run build/test/lint/type/security/diff commands
- Collect failures and classify severity
- Provide concrete fix plan
Not allowed:
- Directly editing code to fix failures without approval gate
- Altering Layer docs as authority source
Verification Phases
- Build
- Type check (if applicable)
- Lint/style check (if applicable)
- Tests + coverage
- Security quick scan
- Diff review
Gate Rule
If auto-fix is requested or needed:
- Emit DDE_EXTENSION_HANDOFF_REQUIRED
- Provide target files and minimal patch intent
- Stop and wait for dde-code-guard [APPROVED] flow
Output Contract
Produce:
- VERIFICATION REPORT
- PASS/FAIL per phase
- Overall status: READY / NOT READY
- Actionable fix list
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.