Evaluate Dependency

Use when adding or evaluating a project dependency in any language, phrases like "should I use X library", "evaluate <package>", "what library for Y", or when reviewing a PR that touches a manifest (go.mod, package.json, requirements.txt, pyproject.toml, Cargo.toml, Gemfile, mix.exs, composer.json). Also use when comparing alternatives, choosing between major versions of the same package, or when review-security / review-code encounters a new dep in scope. Produces a GO/CAUTION/NO-GO verdict with the canonical package coordinate to use. Language-specific quirks (Go's semantic import versioning /v2 paths, npm scoping, etc.) live in references/.

paultyng ca81b9c 2 files · 21.9 KB Updated

File contents

paultyng/skill-issue/tree/main/skills/evaluate-dependency commit ca81b9cb35

Frequently asked questions

npx skillmds@latest add paultyng/evaluate-dependency