Test Locally banner
guimatheus92 guimatheus92

Test Locally

Testing community

Description

--- description: How to test pr-review changes locally — unit tests, end-to-end runs, and plugin installation verification. --- # Testing Locally ## Unit tests ```bash npm run test ``` `scripts/test.mjs` enumerates `tests/**/*.test.ts` recursively (node 20-safe), including `tests/providers/` — see AGENTS.md for the current count. Coverage: glob matching, output parsers (JSON, bracketed-markdown, section-header), dedupe (Jaccard similarity, strict/loose/off), diff filtering, frontmatter parsi

Installation

Installs to ~/.claude/skills/guimatheus92-pr-review-test-locally/SKILL.md

Terminal
mkdir -p ~/.claude/skills/guimatheus92-pr-review-test-locally && curl -fsSL https://raw.githubusercontent.com/guimatheus92/pr-review/HEAD/.claude/skills/test-locally.md -o ~/.claude/skills/guimatheus92-pr-review-test-locally/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository