zulip
- 9 skills
- 0 followers
- 8 hours ago last updated
- ▌ Git Rebase · zulipSquash fixups into earlier commits, reorder commits, or reword commit messages, without needing an interactive editor.
- ▌ Self Review · zulipZulip's self-review checklist. Use when you believe a branch is complete, before presenting the work or opening a PR.
- ▌ Visual Test · zulipVisually verify UI changes using Puppeteer screenshots. Use when you need to check layout, colors, positioning, or other visual aspects of a UI change.
- ▌ Commit Message · zulipWrite a commit message following Zulip's format. Use whenever writing or rewording any commit message.
- ▌ Pr Description · zulipWrite a pull request description following Zulip's guidelines. Use when opening a pull request or drafting/revising its title or description.
- ▌ Write Changelog · zulipUpdate docs/overview/changelog.md with entries for changes since a base commit, in Zulip's curated changelog style.
- ▌ Debug Node Coverage · zulipDebug node test coverage failures. Use when ./tools/test-js-with-node --coverage reports lines missing coverage.
- ▌ Fetch Zulip Messages · zulip bundleFetch messages from a Zulip narrow URL (chat.zulip.org). Use when the user shares a Zulip conversation link, when you encounter a Zulip link in a GitHub issue or PR, or when a Zulip conversation references another Zulip thread that may be relevant.
- ▌