agentsclimarketplace

Logging observability

Skill andresnator/agents-orchestrator/skills/logging-observability

Install
npx -y skills add andresnator/agents-orchestrator --skill logging-observability

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 author says it does

Copied from the file, not written here

Trigger: logging, observability, metrics, traces. Evaluate operationally useful logging for safe refactors.

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, as published. Nobody here has run it

Activation Contract

Load this skill when reviewing refactor plans for: logging, observability, metrics, traces.

Hard Rules

  • Flag noisy, duplicated, wrong-level, context-free, sensitive, or repeated exception logs.
  • Recommend logs only at useful boundaries, decisions, and failure points.
  • Use observability to validate before/after behavior without changing business behavior.
  • 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.

Keep looking

Skills are one crate of 328,083. 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.