Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By netresearch
Safe, automated GitHub releases with supply chain security. Prevents dangerous gh release commands, orchestrates version bumps, signed tags, and CI-driven releases across ecosystems (TYPO3, PHP, Node.js, Go, Python, Rust, skill repos).
npx claudepluginhub netresearch/claude-code-marketplace --plugin github-releaseFull release orchestration: detect ecosystem, bump versions, create PR, tag, and trigger CI release
Prepare a release: bump versions and create PR, but don't tag (user tags manually)
Check release health: tag types, release assets, workflow status, version sync
Executes bash commands
Hook triggers when Bash tool is used
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Semantic versioning management and automated release workflows
Release workflow tools - auto-versioning, release notes, changelog updates
Automates pubm setup for new open source projects — configures registries, CI, and changesets with a single skill invocation.
DevsForge Enterprise Changelog Generator delivering comprehensive automated changelog generation, conventional commit parsing excellence, and semantic versioning automation that transforms release documentation from manual effort into intelligent, professional release management
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Comprehensive Jira integration with auto-detection of issue keys
Generate and maintain AGENTS.md, copilot-instructions.md, and other agent rule files
Git workflow best practices with commit validation hooks
PHP 8.x modernization patterns with type safety and PHPStan
Security audit patterns (OWASP Top 10, CWE Top 25 2025, CVSS v4.0) and GitHub project security checks for any project. Deep automated PHP/TYPO3 scanning with 80+ checkpoints, 19 reference guides, PreToolUse warnings. By Netresearch.
Claude Code skill plugin for safe, automated GitHub releases with supply chain security.
AI coding agents (Claude Code, Copilot, etc.) naturally reach for gh release create when asked to "create a release". This:
This skill prevents these mistakes structurally via hooks and provides the correct release orchestration.
gh release create/delete/edit and lightweight tag creation at the tool level| Command | Description |
|---|---|
/release | Full release: detect, bump, PR, tag, CI |
/release-prepare | Version bump PR only (tag manually) |
/release-status | Release health check |
Installed automatically via the Netresearch marketplace.
composer require --dev netresearch/github-release-skill
npm install --save-dev \
@netresearch/agent-skill-coordinator \
github:netresearch/github-release-skill
Requires @netresearch/agent-skill-coordinator, which discovers the skill in node_modules and registers it in AGENTS.md via a postinstall hook. For pnpm, also allowlist the coordinator's postinstall:
{
"pnpm": {
"onlyBuiltDependencies": ["@netresearch/agent-skill-coordinator"]
}
}
Limitation: This installation method only registers the skill's
SKILL.mdcontent (procedural knowledge that the agent reads). The slash commands (/release,/release-prepare,/release-status) and the PreToolUse guard hooks defined in.claude-plugin/are not loaded by Claude Code when the skill is installed via npm — those require Claude Code's plugin mechanism. To get the full skill (slash commands + guard hooks + procedural knowledge), install via the Claude Code Marketplace instead.
Download the latest release and extract to ~/.claude/plugins/.
git tag -s) triggers the release workflow| Ecosystem | Version Files |
|---|---|
| TYPO3 | ext_emconf.php, composer.json, Documentation/guides.xml |
| PHP/Composer | composer.json |
| Node.js | package.json, package-lock.json |
| Go | Tags only (no version files) |
| Python | pyproject.toml, setup.py |
| Rust | Cargo.toml |
| Skill repos | plugin.json, SKILL.md metadata |