agentsclimarketplace

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

Install
npx -y skills add andresnator/agents-orchestrator --skill input-validation-preconditions

Assembled 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

SignalAction
Concrete evidence existsCreate a finding with file, lines, symbol, benefit, validation, and rollback.
Evidence is incompleteMark as hypothesis and lower confidence.
Recommendation is cosmetic or speculativeOmit it unless maintainability benefit is clear.

Execution Steps

  1. Inspect the target and nearby tests only as needed for this lens.
  2. Identify findings that match this skill's responsibility.
  3. Recommend the smallest safe behavior-preserving refactor.
  4. 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.

Keep looking

Skills are one crate of 326,851. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.