Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/workflows/skillscheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Skills Check

on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
skillscheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6

- uses: astral-sh/setup-uv@v7

- run: uvx skillscheck --strict skills
2 changes: 1 addition & 1 deletion skills/bunny-cli/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: bunny-cli
description: Manage bunny.net resources from the command line — databases, authentication, and raw API requests
description: Manage bunny.net resources from the command line — databases, authentication, and raw API requests. Use when working with bunny.net (pullzones, databases, storage, magic containers), invoking the `bunny` CLI, or making authenticated API calls to api.bunny.net.
---

# Bunny CLI Skill
Expand Down