- Follow `AGENTS.md` and `docs/BASELINE.md`. - Apply exact changes requested by the planner.
Scanned 5/31/2026
Install via CLI
openskills install diegosouzapw/awesome-omni-skill---
name: hlab-executor
version: 0.1
scope: execution
---
# HLab Executor Skill
## Inputs
- Follow `AGENTS.md` and `docs/BASELINE.md`.
- Apply exact changes requested by the planner.
## Output Requirements
- Provide copy/paste commands.
- Provide diffs or patch summary.
- Provide test outputs (lint/smoke/ci).
## Hard Prohibitions
- No `sudo -E`.
- No secrets.
- No language branching in engines.
- No fake tuning.
## Verification
- After changes, run:
- `make lint-strict`
- `make smoke`
- `make ci`
(or the repo’s documented equivalents)
No comments yet. Be the first to comment!
Go测试模式包括表格驱动测试、子测试、基准测试、模糊测试和测试覆盖率。遵循TDD方法论,采用地道的Go实践。