agentsclimarketplace

Tooling audit

Skill andresnator/agents-orchestrator/skills/tooling-audit

Trigger: tooling audit, test tooling gaps. Detect build/test/coverage/mutation tooling for refactor safety plans.From its SKILL.md

Install
npx -y skills add andresnator/agents-orchestrator --skill tooling-audit

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

2.2 KB, 469 tokens by cl100k_base, as published. Nobody here has run it

Tooling Audit

Read-only detection skill for /harden-plan and for /refactor-plan runs at high/critical risk. Use it to identify existing test infrastructure, missing safety tooling, installation tasks, verification commands, and compatibility checks.

Shared contract

Load the tooling-compatibility-matrix skill. The matrix owns offline version/tool baselines.

Files to inspect

Prefer direct reads/globs for these files only when they are in or above the resolved target scope:

  • pom.xml, build.gradle, build.gradle.kts, gradle/wrapper/gradle-wrapper.properties
  • package.json, package-lock.json, pnpm-lock.yaml, yarn.lock, tsconfig.json, vite.config.*, jest.config.*, vitest.config.*
  • pyproject.toml, requirements*.txt, setup.cfg, tox.ini, pytest.ini, poetry.lock
  • .java-version, .sdkmanrc, .tool-versions, Maven compiler properties, Gradle Java toolchain declarations

Detection rules

  • Record language version with evidence when available.
  • Record build tool with evidence.
  • Detect present test_framework, assertion_lib, coverage, and mutation tooling.
  • Emit max 5 gaps, prioritized by safety impact.
  • For each gap, create an install task using the compatibility matrix and include exact verify command.
  • Include compatibility checks such as Java/PIT requirements or Node/Python floors.
  • If version evidence is missing, mark the version as hypothesis and require verification.

Compact output

tooling_audit:
  language: ""            # include version and evidence file:line
  build_tool: ""
  present:
    test_framework: {}
    assertion_lib: {}
    coverage: {}
    mutation: {}
  gaps: []                # max 5
  install_tasks:
    - tool: ""
      matrix_ref: ""
      build_file: "file:line insertion point"
      snippet: ""
      verify_command: ""
      verify_latest_at_execution: true
  compatibility_checks:
    - "PIT >=1.15 requires Java 11+; detected Java 17: OK"

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,834. 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.