chore: add CI workflows and OSS files - #2
Conversation
Adapts the agent-skills release infrastructure for this single-skill repo: - Auto and manual release workflows (zip the root skill, not skills/*/) - Release notes generation and changelog update scripts - package.json for version tracking (v0.1.0) - LICENSE (MIT), CODE_OF_CONDUCT, CONTRIBUTING, SECURITY, CHANGELOG - Repo description and topics set on GitHub Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 40 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Free Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughAdded scripts for conventional-commit release notes and changelog updates. Added automated tag-based and manual version-bump release workflows that validate versions, create artifacts, publish GitHub releases, and update repository history. Added package metadata and repository documentation for contributions, conduct, licensing, security, and changelog usage. Estimated code review effort: 4 (Complex) | ~45 minutes Note 🎁 Summarized by CodeRabbit FreeYour organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login. Comment |
…, concurrency Pin actions/checkout and actions/create-github-app-token to commit SHAs instead of mutable tags. Downgrade GITHUB_TOKEN to contents:read since the GitHub App token handles all write operations. Add concurrency blocks to prevent overlapping releases. Narrow git add -A to explicit file list in manual release. Add persist-credentials:false on validate checkout. Clarify AGENTS.md re package.json purpose. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Remove unnecessary intermediate variable — redirect script output directly to file, matching the pattern used in manual_release.yml. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The CI table in CONTRIBUTING.md omitted that auto_release.yml updates the changelog (and pushes the commit to main) after creating the release. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The /release slash command exists in agent-skills but not this repo. Simplified to a single release method (GitHub UI). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Summary
skills/*/Test plan
v*tag push and validates package.json version.zipartifact contains SKILL.md, references/, assets/, README.md, LICENSE🤖 Generated with Claude Code