Semantic versioning, conventional commits, auto-changelog, feature flags via Remote Config, and rollback strategy
From jm-adknpx claudepluginhub javimontano/jm-adk-alfaThis skill uses the workspace's default tool permissions.
agents/guardian.mdagents/lead.mdagents/specialist.mdagents/support.mdevals/evals.jsonknowledge/body-of-knowledge.mdknowledge/knowledge-graph.mdprompts/meta.mdprompts/primary.mdprompts/variations/deep.mdprompts/variations/quick.mdtemplates/output.docx.mdtemplates/output.htmlImplement a disciplined release process with semantic versioning, automated changelog generation, feature flag control via Firebase Remote Config, and instant rollback capability. [EXPLICIT]
feat:, fix:, chore:, docs:, refactor:, test:, perf:. [EXPLICIT]commitlint + husky to validate commit messages on pre-commit hook. [EXPLICIT]feat!: or BREAKING CHANGE: footer triggers MAJOR version bump. [EXPLICIT]standard-version or semantic-release for automated version bumps. [EXPLICIT]CHANGELOG.md from commit history grouped by type. [EXPLICIT]git tag v1.2.3 → trigger release pipeline. [EXPLICIT]feature_new_dashboard: boolean. [EXPLICIT]if (remoteConfig.getBoolean('feature_new_dashboard')). [EXPLICIT]firebase hosting:clone VERSION_ID live (hosting rollback). [EXPLICIT]| Input | Output |
|---|---|
| Conventional commits | Auto-generated CHANGELOG.md |
| Commit analysis | Semantic version bump (major/minor/patch) |
| Feature flag config | Remote Config values in Firebase |
| Release tag | GitHub Release + deployed version |
Example invocations:
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.