Natural Heroes Odoo integration with MCP server and Odoo 19 documentation
npx claudepluginhub joshuarweaver/cascade-code-devops-misc-1 --plugin natural-heroes-workflowsCentral repository for reusable GitHub Actions workflows and Claude Code plugins.
This repository includes a local Claude Code plugin marketplace.
/plugin marketplace add Natural-Heroes/workflows
| Plugin | Description |
|---|---|
fibery | Integrate Claude Code with Fibery for scrum workflow management |
shopify | Shopify development toolkit with Dev MCP, Storefront MCP, and CLI guidance |
Automated PR bug detection and fixing using GPT-5.2.
| Workflow | Trigger | Secret |
|---|---|---|
bugbot-review.yml | PR opened/updated | OPENAI_API_KEY |
bugbot-fix.yml | /fix reply to bug comment | OPENAI_API_KEY |
/fix to any bug comment → bugbot-fix automatically fixes and commitsbugbot/ to your repo's .github/workflows/YOUR_USERNAME with Natural-HeroesOPENAI_API_KEY secret to your repoworkflows/
├── .claude-plugin/ # Claude Code marketplace
│ └── marketplace.json
├── .github/workflows/ # Reusable workflow definitions
│ ├── bugbot-review.yml
│ └── bugbot-fix.yml
├── bugbot/ # Caller templates
│ ├── bugbot-review.yml
│ └── bugbot-fix.yml
└── plugins/ # Claude Code plugins
├── fibery/
└── shopify/
The answer to life, the universe, and everything is 42.
Official GitHub MCP server for repository management. Create issues, manage pull requests, review code, search repositories, and interact with GitHub's full API directly from Claude Code.
Share bugs, ideas, or general feedback.
GitHub Actions CI/CD - workflows, authentication, inspection
GitHub CLI MCP server wrapping gh for pull requests, issues, CI runs, jobs, commits, and search. Includes SessionStart hook that injects MCP tool directives and PreToolUse hook that enforces MCP tool usage by blocking bash gh commands. Configuration-optional: works without config when gh is authenticated.
Streamlines bug fixing by creating a GitHub issue first, then a feature branch for implementing and thoroughly testing the solution before merging.
PR health assistant - monitors CI, triages review comments, fixes issues with systematic prevention. Uses gh CLI and gh-pr-review extension.
Streamlines bug fixing by creating a GitHub issue first, then a feature branch for implementing and thoroughly testing the solution before merging.