mcp-markdown-bible-enricher
mcp-markdown-bible-enricher contém 4 skills coletadas de psenger, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.
Skills neste repositório
Updates CHANGELOG.md by collecting git commits since the last tag, categorising them into Keep a Changelog v1.1.0 sections (Added, Changed, Fixed, etc.), and cutting a new versioned release entry. Called autonomously by the `release` skill. Accepts VERSION and optional DATE arguments. Do not trigger on general conversation — only activate when explicitly called by another skill or invoked directly as /changelog <version> [date].
Completes a release after the release PR has been merged. Verifies the default branch contains the correct version bump, creates and pushes a git tag, then creates a GitHub release using the changelog entry as release notes. Invoked explicitly as /complete-a-release <version> (e.g. /complete-a-release 0.3.0). Must be run after /start-a-release <version> and after the release PR is merged. Do not trigger on general conversation — only activate on an explicit invocation with a version argument.
Opens a release PR for a given version. Validates the environment, cuts a release/v{VERSION} branch from the default branch, bumps package.json, updates CHANGELOG.md via the changelog skill, commits, pushes, and opens a PR to main. Invoked explicitly as /start-a-release <version> (e.g. /start-a-release 0.3.0). Do not trigger on general conversation about releases — only activate on an explicit invocation with a version argument.
Sets up a local git branch to begin work on a GitHub issue: verifies the environment is clean, fetches issue details, assigns the issue to the current user, derives a typed branch name, and creates the branch. Invoked explicitly with `/start-work-on-an-issue <issue-number>` or `/start-work-on-an-issue <github-issue-url>`. Do not trigger on general conversation about issues — only activate on an explicit invocation with a number or URL argument.