Input validation preconditions
Skill andresnator/agents-orchestrator/skills/input-validation-preconditions
Trigger: input validation, preconditions, boundary validation. Detect missing or duplicated preconditions.From its SKILL.md
npx -y skills add andresnator/agents-orchestrator --skill input-validation-preconditionsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as Apache-2.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.6 KB, 248 tokens by cl100k_base, as published. Nobody here has run it
Activation Contract
Load this skill when reviewing refactor plans for: input validation, preconditions, boundary validation.
Hard Rules
- Validate at system and module boundaries.
- Flag implicit assumptions that can fail at runtime.
- Centralize duplicated validation only when it represents one business rule.
- Do not scatter defensive checks inside pure internals without need.
- Preserve observable behavior; label functional changes as follow-up.
- Require evidence for every recommendation, or mark it as a hypothesis.
Decision Gates
| Signal | Action |
|---|---|
| Concrete evidence exists | Create a finding with file, lines, symbol, benefit, validation, and rollback. |
| Evidence is incomplete | Mark as hypothesis and lower confidence. |
| Recommendation is cosmetic or speculative | Omit it unless maintainability benefit is clear. |
Execution Steps
- Inspect the target and nearby tests only as needed for this lens.
- Identify findings that match this skill's responsibility.
- Recommend the smallest safe behavior-preserving refactor.
- Add validation and rollback steps for each recommendation.
Output Contract
Return structured findings for the calling reviewer. Return no_findings when this lens has no material issue.
References
None.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.