gstack-workflows
v0.1.0Lightweight gstack-inspired engineering workflows for OPC: investigation, review, security, QA reporting, and documentation release checks.
by OPC Contributors934updated 2 weeks ago
Source
git clone https://github.com/LING71671/Open-ClaudeCodeClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/gstack-workflows/ inside the repository.
Layout
├── .claude-plugin/plugin.json├── skills/gstack-cso/SKILL.md├── skills/gstack-document-release/SKILL.md├── skills/gstack-investigate/SKILL.md├── skills/gstack-qa-only/SKILL.md└── skills/gstack-review/SKILL.md
Skills5
Security audit workflow for OPC code, providers, plugins, Electron surfaces, local HTTP bridges, filesystem access, and command execution.
Update or audit OPC documentation after code changes. Use when behavior, setup, CLI flags, desktop workflow, provider support, or plugin surfaces changed.
Systematic root-cause debugging for OPC work. Use when there is a bug, crash, regression, failing command, flaky behavior, provider issue, or unexplained output. Requires evidence before fixes.
Read-only QA report for an OPC desktop flow, CLI command, local URL, staging URL, or documented user journey. Does not modify code.
Pre-landing code review for the current OPC branch or diff. Use before merging, shipping, or asking whether a change is safe.
Manifests1
{
"name": "gstack-workflows",
"version": "0.1.0",
"description": "Lightweight gstack-inspired engineering workflows for OPC: investigation, review, security, QA reporting, and documentation release checks.",
"author": {
"name": "OPC Contributors"
}
}