github-actions-linterLint and validate GitHub Actions workflow YAML files for common mistakes, security issues, deprecated actions, and best practices. Use when asked to lint, va...
Install via ClawdBot CLI:
clawdbot install charlie-morrison/github-actions-linterGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 9, 2026
A DevOps team lints all GitHub Actions workflows on every push to catch syntax errors, security issues, and deprecated actions early in development. This prevents broken pipelines and security vulnerabilities in production.
An open source maintainer uses the security audit command to scan workflows for hardcoded secrets and shell injection risks. This helps maintain secure CI/CD practices for community contributions.
A large organization runs the deprecated command weekly across hundreds of repositories to identify outdated actions and runner labels. This ensures consistent upgrades and reduces technical debt in automation pipelines.
A platform engineering team enforces lint rules like missing-timeout and no-concurrency across all company workflows. This standardizes CI/CD practices and improves resource utilization.
A continuous integration system integrates the linter as a mandatory check before merging pull requests. The strict mode ensures no warnings are introduced, maintaining high pipeline reliability.
Offer a free tier with basic lint rules and a premium subscription that includes security audits, deprecated action checks, and integration with multiple repositories. Revenue from monthly or annual subscriptions.
Package the linter with additional tools for compliance reporting, custom rule creation, and dashboard analytics for large organizations. Charge based on number of users or repositories.
Provide expert consulting to set up and customize the linter, plus training workshops on GitHub Actions best practices. Revenue from hourly consulting and training sessions.
💬 Integration Tip
Integrate via a GitHub Actions workflow that runs the linter on push or pull_request. For deeper analysis, schedule a periodic security and deprecation audit using cron.
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.
Essential Git commands and workflows for version control, branching, and collaboration.
通过网页抓取获取 GitHub 按日/周/月增长的热门仓库。当用户询问 GitHub 趋势、热门项目、本周热点或「什么在 GitHub 上 trending」时使用。可输出列表或 JSON,无需 API Key。
GitHub 操作技能 - 创建仓库、推送代码、管理 Release。全自动,无需用户干预。
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...
Deep-dive analysis of GitHub projects. Use when the user mentions a GitHub repo/project name and wants to understand it — triggered by phrases like "帮我看看这个项目...