pr-test

pr-test is a skill for Claude Code from HIDORAKAI002/ai-workspace-archive. It costs 51 tokens per session (13,529 once invoked), scanned A, original, no licence file.

A skill for manually testing pull requests or code branches from start to finish, using a running application and its programming interfaces.

In plain words
What is it for?
Use it to test a feature end to end, run integration tests, or check a pull request against a live system.
Why use it?
It helps find problems that unit tests may miss when different parts of an application work together.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit Use it to test a feature end to end, run integration tests, or check a pull request against a live system.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hidorakai002/ai-workspace-archive/pr-test
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add HIDORAKAI002/ai-workspace-archive --skill pr-test
Clone the repo
git clone --depth 1 https://github.com/HIDORAKAI002/ai-workspace-archive

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pr-test

README.md
[![agentmods](https://agentmods.dev/badge/skills/hidorakai002/ai-workspace-archive/pr-test/github.svg)](https://agentmods.dev/skills/hidorakai002/ai-workspace-archive/pr-test)
Your own site
<a href="https://agentmods.dev/skills/hidorakai002/ai-workspace-archive/pr-test"><img src="https://agentmods.dev/badge/skills/hidorakai002/ai-workspace-archive/pr-test/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pr-test

Your own site · 80×15
<a href="https://agentmods.dev/skills/hidorakai002/ai-workspace-archive/pr-test"><img src="https://agentmods.dev/badge/skills/hidorakai002/ai-workspace-archive/pr-test.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 13,529 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00051 $0.13529
Opus 5 $0.00026 $0.06764
Sonnet 5 $0.00010 $0.02706
Haiku 4.5 $0.00005 $0.01353

Measured 11d ago against content hash a91d863c4239, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

pr-test scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

BEFORE=$(curl -s -H "Authorization: Bearer $TOKEN" http://localhost:8006/api/credits | jq '.credits')
ai_agent_frameworks/major_frameworks/AutoGPT/.claude/skills/pr-test/SKILL.md · 1,159 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 1,159 lines · 51 tokens per session scan A a91d863c4239

Subscribe to this mod's changes

pr-test is a skill published in the GitHub repository HIDORAKAI002/ai-workspace-archive (35 stars, last pushed today), with no licence file. It adds 51 tokens to every session and 13,529 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

quality-playbook

Explore any codebase from scratch and generate six quality artifacts: a quality constitution (QUALITY.md), spec-traced functional tests, a code review protocol with regression test generation, an integration testing protocol, a multi-model spec audit (Council of Three), and an AI bootstrap file (AGENTS.md). Includes…

FluxonLab/Skillry · 189 tokens

e2e-testing-patterns

Master end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs, improve confidence, and enable fast deployment. Use when implementing E2E tests, debugging flaky tests, or establishing testing standards.

FluxonLab/Skillry · 51 tokens

api-playwright-test-developer

Writes and reviews API automation tests with Playwright. Use when creating backend API tests, contract checks, data-driven assertions, or API+UI hybrid workflows in Playwright Test. Focus on robust, maintainable test design with clear setup/teardown, single responsibility per test, and best practices for assertions…

FluxonLab/Skillry · 71 tokens

webapp-testing

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

FluxonLab/Skillry · 35 tokens

browser-testing-with-devtools

Tests in real browsers. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data via Chrome DevTools MCP.

FluxonLab/Skillry · 57 tokens

javascript-testing-patterns

Implement comprehensive testing strategies using Jest, Vitest, and Testing Library for unit tests, integration tests, and end-to-end testing with mocking, fixtures, and test-driven development. Use when writing JavaScript/TypeScript tests, setting up test infrastructure, or implementing TDD/BDD workflows.

FluxonLab/Skillry · 63 tokens