Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

pulsar-contributor-toolbox

pulsar-contributor-toolbox 收录了来自 lhotari 的 7 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
7
Stars
8
更新
2026-07-15
Forks
2
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

pip-design
软件开发工程师

Design or refine an Apache Pulsar PIP (Pulsar Improvement Proposal) from a draft into a votable, minimal, 5-year-durable proposal. Runs multi-model multi-viewpoint reviews, an iterative minimalism-refinement loop to a fixpoint, and (when the PIP has a reference implementation) the full design-doc + code + CI pipeline. Use when asked to design a PIP, review/harden a PIP draft, or drive a proposal to "nothing left to take away."

2026-07-15
pulsar-cherry-pick
软件开发工程师

Cherry-pick (backport) one or more apache/pulsar commits onto a release/maintenance branch, resolving conflicts and adapting for branch differences. Use this whenever the user asks to cherry-pick, backport, port, or "apply commit X to branch Y" — especially when porting commits from master to an older release branch (branch-4.0/4.1/4.2/3.x etc.), where the logging framework (slog vs slf4j) and build system (Gradle vs Maven) differ and naive cherry-picks fail to compile.

2026-06-29
pr-review
软件质量保证分析师与测试员

Review a GitHub PR locally using metadata and diff as context. Use when asked to review a pull request, check a PR, or analyze a PR. Outputs findings to terminal only — never posts GitHub comments.

2026-06-20
develocity-investigate-test-failures
软件质量保证分析师与测试员

Investigate test failures for a project using the Develocity REST API. Queries failed builds, extracts test and build failures with stacktraces.

2026-06-20
fix-pulsar-flaky-tests
软件质量保证分析师与测试员

Fix flaky tests in apache/pulsar. Investigates Develocity failures, analyzes root causes using git blame, fixes tests, verifies with invocationCount, and creates PRs.

2026-06-20
investigate-ci
软件质量保证分析师与测试员

Investigate failing GitHub Actions CI tests for a PR, a specific workflow run (by URL), or recent workflow runs. Auto-detects Maven vs Gradle for the target branch and parses failures in the right format. Downloads logs and optionally test report artifacts for deep analysis.

2026-06-20
pulsar-create-pr
软件开发工程师

Create a pull request to apache/pulsar

2026-04-30