
Ranger
- 1 repo stars
- Updated July 21, 2026
- ranger-testing/trailhead
E2E testing and feature development tools
About
ranger is a Claude Code skill in the Testing & QA category. E2E testing and feature development tools
- ranger
- Testing & QA
- AI-coding skill
Ranger by the numbers
- Data as of Jul 22, 2026 (Skillselion catalog sync)
/plugin marketplace add ranger-testing/trailhead/plugin install ranger@trailheadAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | July 21, 2026 |
| Repository | ranger-testing/trailhead ↗ |
What it does
E2E testing and feature development tools
README.md
Ranger Plugin for Claude Code
Automated browser verification and feature review for AI-assisted development. Ranger lets your coding agent verify UI features in a real browser and gives your team a dashboard to review the results.
Getting Started
1. Install and set up the Ranger CLI
npm install -g @ranger-testing/ranger-cli
ranger start
ranger start walks you through authentication, browser setup, plugin installation, environment configuration, and skill installation interactively.
2. Enable Ranger in Claude Code
At the start of your session:
/ranger:enable
Ranger stays enabled on your branch across sessions. Use /ranger:disable to turn it off.
What Happens
With Ranger enabled, Claude will:
- Create a feature with checklist items describing what to verify
- Implement the code
- Run browser verification -- a separate agent tests the feature in Chromium
- Fix issues and re-verify until everything passes
- Share a link to the feature review dashboard where you can review screenshots, video, leave comments, and approve
Plugin Commands
/ranger:enable-- Enable Ranger hooks for this session and branch/ranger:disable-- Disable Ranger hooks
Skills
/ranger-- Invokes the Ranger skill for creating, verifying, and managing features (installed viaranger skillup)
Hooks
Hooks fire automatically at key points in the Claude Code session. They only activate after you run /ranger:enable.
| When | What happens |
|---|---|
| Entering plan mode | Reminds Claude to include a Ranger Feature Specification |
| During plan mode | Periodic reminders to add checklist items |
| Exiting plan mode | Prompts to create a Ranger feature from the plan |
| After file edits | Suggests using /ranger for UI work |
| Before compaction | Reminds Claude to preserve feature specifications |
| Session ending | Concludes active feature session |
Learn More
- Ranger CLI README -- Full CLI documentation
- Feature Review Dashboard -- Review verified features with your team