Skip to content

chore: add bulletproof CI - #4

Merged
phj6688 merged 1 commit into
mainfrom
chore/ci
Jun 16, 2026
Merged

phj6688 merged 1 commit into
mainfrom
chore/ci

Conversation

@phj6688

@phj6688 phj6688 commented Jun 16, 2026

Copy link
Copy Markdown
Owner

Adds a GitHub Actions CI workflow for this Claude Code skill repo (skill + Python).

Jobs, all funneling into a single aggregate gate job named `CI passed`:

  • validate-skill: validates `skill/SKILL.md` frontmatter (name + description present, YAML parses) and any `plugin.json`/`marketplace.json` manifests.
  • lint: `ruff check .` (passes clean). `ruff format --check` is intentionally not run: the repo ships no ruff config and the scripts are deliberately hand-formatted, so format-check would impose a style the repo never adopted.
  • test (3.11 + 3.12): runs the validator suite `skill/scripts/tests/test_validate.py` directly (it asserts via exit code; it is not pytest-collectable).
  • import-sanity: imports `validate_issue`, then smoke-runs the CLI on a known-good draft (expects exit 0) and a bad draft (expects non-zero).

Triggers on pull_request + push to [dev, master, main]; `permissions: contents: read`; concurrency cancel-in-progress.

@coderabbitai

coderabbitai Bot commented Jun 16, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@phj6688, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 5 minutes and 49 seconds. Learn how PR review limits work.

To continue reviewing without waiting, enable usage-based billing in the billing tab.

⌛ How to resolve this issue?

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.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 8d08cf17-4239-4018-b558-f72cad51b797

📥 Commits

Reviewing files that changed from the base of the PR and between a54e630 and 78e5e21.

📒 Files selected for processing (1)
  • .github/workflows/ci.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/ci

Comment @coderabbitai help to get the list of available commands and usage tips.

@phj6688
phj6688 merged commit 0be2632 into main Jun 16, 2026
7 checks passed
@phj6688
phj6688 deleted the chore/ci branch June 16, 2026 21:53
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