mit einem Klick
agentnote-release
// Prepare and publish Agent Note releases with the repo-local Markdown workflow, including version bump validation, release note preview, tag creation, workflow monitoring, and npm/GitHub verification.
// Prepare and publish Agent Note releases with the repo-local Markdown workflow, including version bump validation, release note preview, tag creation, workflow monitoring, and npm/GitHub verification.
Use this skill when the user wants to set up Agent Note, inspect Agent Note history, understand why a line changed, troubleshoot PR Report or Dashboard output, or exclude generated files from AI Ratio. Do not use it for generic git history, generic commit writing, or non-Agent-Note review tasks.
Fetch CodeRabbit review feedback for the current PR, classify actionable items, implement fixes, verify them, and resolve only addressed review threads.
UI/UX design intelligence. 67 styles, 96 palettes, 57 font pairings, 25 charts, 13 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient. Integrations: shadcn/ui MCP for component search and examples.
| name | agentnote-release |
| description | Prepare and publish Agent Note releases with the repo-local Markdown workflow, including version bump validation, release note preview, tag creation, workflow monitoring, and npm/GitHub verification. |
Use this skill when the task asks to release Agent Note, bump a version, cut a tag, publish npm packages, or verify a release.
x.y.z or vx.y.z. Use x.y.z for package metadata and vx.y.z for the git tag.main and pull the latest changes before an actual release.--dry-run, do not edit files, commit, tag, or push; only inspect state, run safe checks when useful, and preview the release notes.Follow these steps instead of relying on a release script:
packages/cli/package.json to x.y.z.npm install from the repository root so npm updates package-lock.json and synchronizes packages["packages/cli"].version to x.y.z.npm -w packages/cli run build.npm -w packages/cli run typecheck.npm -w packages/cli run lint.npm -w packages/cli test.git-cliff --config .github/cliff.toml --unreleased --tag vx.y.z --strip header.packages/cli/package.json, package-lock.json, and the rebuilt packages/cli/dist/cli.js.chore: bump version to x.y.z with Release note: skip.git tag -a vx.y.z -m vx.y.z.main and vx.y.z only when ready to publish.main.Release note: bodies before tagging.Release note: skip.After pushing a release tag:
v<version>.agent-note@<version> and @wasabeef/agentnote@<version>.End with: