qa-walkthrough-pr
v1.0.0Guide manual QA of a pull request with a generated walkthrough and checklist.
By JT SternbergLicense: MIT5 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 21, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install qa-walkthrough-pr for Codex and Claude Code
codex plugin marketplace add jtsternberg/claude-plugins
codex plugin marketplace upgrade jtsternberg
codex plugin add qa-walkthrough-pr@jtsternbergPaste and run these commands in a terminal with Codex. They add and refresh the jtsternberg catalog, then install this plugin.
Compatibility: the page URL and API slug “qa-walkthrough-pr” remain stable.
- Codex:
qa-walkthrough-pr@agent-plugin-marketplace→qa-walkthrough-pr@jtsternberg
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/jtsternberg/claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/pr-workflow/qa-walkthrough-pr/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/qa-walkthrough-pr/SKILL.md
Included Skills1
Guided manual QA walkthrough of a PR or branch — test plan as a beads epic, stepped interactively.
Plugin manifests2
{
"name": "qa-walkthrough-pr",
"version": "1.0.0",
"description": "Guide manual QA of a pull request with a generated walkthrough and checklist.",
"author": {
"name": "JT Sternberg",
"url": "https://github.com/jtsternberg"
},
"repository": "https://github.com/jtsternberg/claude-plugins",
"license": "MIT",
"keywords": [
"github",
"pull-requests",
"code-review",
"qa"
],
"skills": "./skills/",
"interface": {
"displayName": "QA Walkthrough PR",
"shortDescription": "Guide manual QA of a pull request with a generated walkthrough and checklist.",
"developerName": "JT Sternberg",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://github.com/jtsternberg/claude-plugins",
"defaultPrompt": [
"Use $qa-walkthrough-pr:qa-walkthrough-pr to guide manual PR testing."
]
}
}{
"name": "qa-walkthrough-pr",
"description": "Guide manual QA of a pull request with a generated walkthrough and checklist.",
"version": "1.0.0",
"author": {
"name": "JT Sternberg",
"url": "https://github.com/jtsternberg"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[qa-walkthrough-pr on Agent Plugins Marketplace](https://pluginsmp.com/plugins/qa-walkthrough-pr)