verify-release
v0.1.0Verify that the intended release candidate is live in its target environment and that the changed path works there, with live evidence.
By Parcha LabsLicense: MIT61 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 verify-release for Codex and Claude Code
codex plugin marketplace add Parcha-ai/parcha-skills
codex plugin marketplace upgrade unc-skills
codex plugin add verify-release@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 “verify-release” remain stable.
- Codex:
verify-release@agent-plugin-marketplace→verify-release@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 verify-release/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/verify-release/SKILL.md
Included Skills1
Verify a specific release in its target environment, follow an in-progress rollout, and resume agreed checks when it is ready. Use for “I deployed it, verify”, “monitor the deployment and continue QA”, or “is this release working in staging/production?”. Discovers the stack and uses live evidence. Not a deployment tool or a full QA campaign by default.
Plugin manifests2
{
"name": "verify-release",
"version": "0.1.0",
"description": "Verify that the intended release candidate is live in its target environment and that the changed path works there, with live evidence.",
"author": {
"name": "Parcha Labs",
"url": "https://github.com/Parcha-ai/parcha-skills"
},
"homepage": "https://github.com/Parcha-ai/parcha-skills/tree/main/verify-release",
"repository": "https://github.com/Parcha-ai/parcha-skills/tree/main/verify-release",
"license": "MIT",
"keywords": [
"verify-release",
"deployment",
"staging",
"release-verification"
],
"skills": "./skills/",
"interface": {
"displayName": "Verify release",
"shortDescription": "Verify a deployed change against live evidence",
"longDescription": "Verify that the intended release candidate is live in its target environment and that the changed path works there, with live evidence.",
"developerName": "Miguel Rios",
"category": "Developer Tools",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://github.com/Parcha-ai/parcha-skills/tree/main/verify-release",
"defaultPrompt": [
"Use $verify-release on the task at hand."
]
}
}{
"name": "verify-release",
"version": "0.1.0",
"description": "Verify that the intended release candidate is live in its target environment and that the changed path works there, with live evidence.",
"author": {
"name": "Parcha Labs",
"url": "https://github.com/Parcha-ai/parcha-skills"
}
}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.
[verify-release on Agent Plugins Marketplace](https://pluginsmp.com/plugins/verify-release)