agentsclimarketplace

Pr review

Skill itaywol/adeptability/examples/skills/pr-review

Cross-harness AI skill portability CLI. Author an agent skill once, sync it into Claude Code, Cursor, Copilot, Codex, OpenCode & 45+ AI coding agents. Safety scanner, content-hash drift detection. A package manager / dotfiles for AI coding agent skills.

Install
npx -y skills add itaywol/adeptability --skill pr-review

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

  • 8 stars8 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.

SKILL.md

0.7 KB, as published. Nobody here has run it

PR Review Checklist

Use this before requesting review on a pull request.

Tests

  • Unit tests added or updated for the changed behavior.
  • Integration tests pass locally.
  • No skipped or xfail tests without a tracking issue.

Security

  • No secrets, tokens, or credentials in the diff.
  • User input is validated at every external boundary.
  • Dependencies bumped do not pull in known CVEs.

Performance

  • No N+1 queries introduced.
  • Loops over large collections are bounded or paginated.
  • Hot paths have a measurement, not a guess.

Docs

  • Public API changes documented.
  • CHANGELOG or release notes updated when user-visible.

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.