construct
SolidWrites the code for an already-defined task, test-first, following your codebase's own patterns. Also scoped fixes and performance optimizations on existing code.
Install
Quality Score: 82/100
Skill Content
Details
- Author
- saleh-alhaddad
- Repository
- saleh-alhaddad/itqan-engineering
- Created
- 1 months ago
- Last Updated
- yesterday
- Language
- Shell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
code-standards
Apply a disciplined engineering workflow to any code change. Use whenever implementing a feature, fixing a bug, or refactoring — before writing code, not after. Walks orient → baseline → smallest change → test → verify → self-review, and enforces language-agnostic hard gates (don't mass-reformat, keep the linter and type-checker clean, keep the build and tests green, make interface changes additive, protect security invariants).
builder
Implement a plan in the host codebase — reusing existing code before writing new, matching local conventions, keeping changes additive and local where possible, and driving typecheck and lint green before review. Use as phase 3 of the gauntlet pipeline, or standalone when asked to implement an agreed plan, a fix, or a refactor.
implement
Implement a plan task as small, conventional commits — red-green when a test exists, boy-scout cleanup on touched code, no scope creep.