.claude/skills/changelog/SKILL.md
Add a new changelog entry to docs/changelog-entries/
npx skillsauth add elie222/inbox-zero changelogInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Add changelog entries as individual files in docs/changelog-entries/. A GitHub Action rebuilds docs/changelog.mdx on merge.
description field (e.g., "Chat Everywhere", not "v2.28"). The theme should immediately tell users what changed.Create a file named docs/changelog-entries/YYYY-MM-DD.mdx with frontmatter + markdown:
---
description: "Headline Theme"
---
One or two sentences about the main feature.
- Bullet one
- Bullet two
- Bullet three
The date is derived from the filename automatically.
gh pr list --repo elie222/inbox-zero --state merged --limit 30 --json number,title,mergedAtdocs/changelog-entries/YYYY-MM-DD.mdx with frontmatter (description) and markdown contentdocs/changelog.mdx directly — a GitHub Action rebuilds it automatically after mergetools
Use the Inbox Zero API CLI to inspect the live API schema, list and manage automation rules, and read inbox analytics through the public API. Use this when a task involves Inbox Zero rules, stats, or API-driven automation and can be solved through the CLI instead of browser interaction.
tools
Write focused unit tests for backend and utility logic
testing
Pause execution for a user-specified duration
testing
Update workspace packages while respecting the repo's pinned package list in .ncurc.cjs. Use when the user asks to update dependencies or refresh package versions.