skill-release-guardValidate a local skill folder before publishing or sharing it. Use when Codex is about to release a skill, publish to ClawHub, audit SKILL.md quality, check...
Install via ClawdBot CLI:
clawdbot install neo1307/skill-release-guardGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 9, 2026
A developer finishes coding a new AI skill and wants to publish it to ClawHub. They run Skill Release Guard to validate the skill folder, check that SKILL.md frontmatter contains only required fields, ensure naming consistency, and generate a release checklist. This prevents publishing skills with missing descriptions or clutter files that degrade user experience.
An engineering manager wants to audit a repository containing multiple in-house skills. Using this skill, they can batch check folder structure, naming conventions, and frontmatter hygiene across all skills. This helps maintain consistency and quality standards before internal sharing or deployment.
A open-source project maintainer receives a pull request adding a new skill from an external contributor. The maintainer runs Skill Release Guard on the contributed skill folder to ensure it meets project guidelines—proper SKILL.md format, no unnecessary files, and clear description. This streamlines the review process and catches issues early.
A team integrates Skill Release Guard into their continuous integration pipeline for a skill development platform. Every time a skill is updated or merged to the main branch, the guard runs to enforce quality gates. If issues are found, the build fails, preventing release of poorly packaged skills.
A commercial AI solutions provider prepares a bundle of proprietary skills for a client. They use Skill Release Guard on each skill folder to generate release checklists and verify all packaging standards. This ensures consistent quality across the bundle and reduces post-release support requests.
A platform like ClawHub charges a curation fee for skills that pass the release guard checks. Skill publishers pay a small fee per validated skill, ensuring quality listings. Revenue comes from volume of submissions.
Offer Skill Release Guard as a premium plugin for CI/CD platforms (e.g., GitHub Actions, Jenkins). Teams pay a monthly subscription for advanced features like batch auditing, custom rules, and detailed reports. Revenue from recurring subscriptions.
Provide a managed service where the tool audits an enterprise's entire skill repository, generates compliance reports, and offers remediation assistance. Sold as a one-time project or annual contract. Revenue from service fees.
💬 Integration Tip
Add the guard as a pre-publish hook in your skill development workflow by running the script before every release; automate it with a CI job that fails on guard failures.
Scored May 9, 2026
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
通过网页抓取获取 GitHub 按日/周/月增长的热门仓库。当用户询问 GitHub 趋势、热门项目、本周热点或「什么在 GitHub 上 trending」时使用。可输出列表或 JSON,无需 API Key。
GitHub 操作技能 - 创建仓库、推送代码、管理 Release。全自动,无需用户干预。
Query builder reputation data via Talent Protocol API. Get Builder Rank, verify humans, resolve identities (Twitter/Farcaster/GitHub/wallet), search by location/country, get credentials, and enrich with GitHub data.
Review GitHub repositories, group issues and pull requests by urgency, and take safe triage actions (add labels, comment, propose closure) after confirmation...
Semantic git history search and code archaeology. Use when asked why code exists, who owns a file, what introduced a regression, what changed in a commit ran...