Skip to content

chore: add CI workflows and OSS files - #2

Merged
aliasunder merged 5 commits into
mainfrom
add-ci-workflows
Aug 5, 2026
Merged

chore: add CI workflows and OSS files#2
aliasunder merged 5 commits into
mainfrom
add-ci-workflows

Conversation

@aliasunder

Copy link
Copy Markdown
Owner

Summary

  • Adapts the agent-skills release infrastructure for this single-skill repo — auto and manual release workflows zip the root skill instead of looping skills/*/
  • Adds all standard OSS files: LICENSE (MIT), CODE_OF_CONDUCT, CONTRIBUTING, SECURITY, CHANGELOG, package.json (v0.1.0)
  • Release scripts (generate-notes.sh, update-changelog.sh) carried over unchanged
  • Repo description and topics set on GitHub

Test plan

  • Verify manual release workflow runs via Actions UI (patch bump)
  • Verify auto release triggers on v* tag push and validates package.json version
  • Confirm the .zip artifact contains SKILL.md, references/, assets/, README.md, LICENSE

🤖 Generated with Claude Code

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>
@coderabbitai

coderabbitai Bot commented Aug 4, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@aliasunder, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 40 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Free

Run ID: 15f1ab2f-7d54-43b2-bbf0-74f302dfb4eb

📥 Commits

Reviewing files that changed from the base of the PR and between 8c2ad6e and 4a2dce7.

📒 Files selected for processing (4)
  • .github/workflows/auto_release.yml
  • .github/workflows/manual_release.yml
  • AGENTS.md
  • CONTRIBUTING.md
📝 Walkthrough

Walkthrough

Added 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 Free

Your 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 @coderabbitai help to get the list of available commands.

aliasunder and others added 4 commits August 4, 2026 19:51
…, 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>
@aliasunder
aliasunder merged commit a9f3dee into main Aug 5, 2026
3 checks passed
@aliasunder
aliasunder deleted the add-ci-workflows branch August 6, 2026 04:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant