autoqa
v0.1.0Self-QA a repo's running app end-to-end — discover run/auth/features, build a feature×modality test matrix, execute it live, and produce a witnessed pass/fail report.
By Miguel Rios61 GitHub starsUpdated 16 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 23, 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 autoqa for Codex and Claude Code
codex plugin marketplace add Parcha-ai/parcha-skills
codex plugin marketplace upgrade unc-skills
codex plugin add autoqa@unc-skillsPaste and run these commands in a terminal with Codex. They add and refresh the unc-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “autoqa” remain stable.
- Codex:
autoqa@agent-plugin-marketplace→autoqa@unc-skills
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/Parcha-ai/parcha-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is autoqa/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/autoqa/SKILL.md
Included Skills1
Self-QA a repo's running application end-to-end — discover how it runs, build a feature×modality test plan, execute it against a live instance, and produce a witnessed pass/fail report. Use when the user says "autoqa", "QA this repo/branch", "verify every feature works", "release readiness check", "test this like a QA engineer would", or another skill needs an automated QA pass before sign-off.
Plugin manifests2
{
"name": "autoqa",
"version": "0.1.0",
"description": "Self-QA a repo's running app end-to-end — discover run/auth/features, build a feature×modality test matrix, execute it live, and produce a witnessed pass/fail report.",
"author": {
"name": "Miguel Rios",
"url": "https://github.com/miguelrios"
},
"skills": "./skills/"
}{
"name": "autoqa",
"version": "0.1.0",
"description": "Self-QA a repo's running app end-to-end — discover run/auth/features, build a feature×modality test matrix, execute it live, and produce a witnessed pass/fail report.",
"author": {
"name": "Miguel Rios",
"url": "https://github.com/miguelrios"
}
}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.
[autoqa on Agent Plugins Marketplace](https://pluginsmp.com/plugins/autoqa)