Skip to content

suphiozdedee/agentic-bundle-oss-maintainer

v15.16.0MIT

Portable skills-only "OSS Maintainer" plugin from Agentic Awesome Skills.

changelog-automation

Automate changelog generation from commits, PRs, and releases following Keep a Changelog format. Use when setting up release workflows, generating release notes, or standardizing commit conventions.

commit

ALWAYS use this skill when committing code changes — never commit directly without it. Creates commits following Sentry conventions with proper conventional commit format and issue references. Trigger on any commit, git commit, save changes, or commit message task.

create-branch

Create a git branch following Sentry naming conventions. Use when asked to "create a branch", "new branch", "start a branch", "make a branch", "switch to a new branch", or when starting new work on the default branch.

create-pr

Alias for pr-writer. Use when users explicitly ask for "create-pr" or reference the legacy skill name. Redirects to the canonical PR writing workflow.

documentation-templates

Documentation templates and structure guidelines. README, API docs, code comments, and AI-friendly documentation.

finishing-a-development-branch

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

git-advanced-workflows

Master advanced Git techniques to maintain clean history, collaborate effectively, and recover from any situation with confidence.

pr-writer

Create pull requests following Sentry's engineering practices.

receiving-code-review

Code review requires technical evaluation, not emotional performance.

requesting-code-review

Use when completing tasks, implementing major features, or before merging to verify work meets requirements