ainative-git-workflowGit commit, PR, and branching standards with ZERO TOLERANCE for AI attribution. Use when (1) Creating commits, (2) Writing commit messages, (3) Creating pull...
Install via ClawdBot CLI:
clawdbot install urbantech/ainative-git-workflowGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://claude.com/claude-codeAudited Apr 18, 2026 · audit v1.0
Generated Jul 19, 2026
A developer contributing to an open source project needs to ensure all commit messages and PR descriptions are free from any AI attribution. This scenario enforces the zero-tolerance rule to maintain professional repository appearance.
A team building a B2B SaaS product uses AI-assisted coding but must strip all AI references from commits and PRs to avoid client confusion about authorship and maintain company branding guidelines.
A financial firm requires all code changes to be auditable and free of third-party AI attribution to comply with regulatory standards and internal compliance policies.
An e-commerce company adopts small PRs and linear history to quickly ship new features while keeping the git history clean and professional without any AI tool references.
A consulting service that scans repositories for AI attributions and enforces attribution-free commit and PR standards, helping companies maintain professional appearance.
Provide training and custom Git hooks (e.g., pre-commit hooks) to automatically block AI attribution in commits and enforce the workflow standards.
Offer a compliance package for finance, healthcare, and law firms that ensures all code contributions meet strict attribution-free requirements, integrated into CI/CD pipelines.
💬 Integration Tip
Implement a pre-commit hook that scans for forbidden patterns using regex (e.g., 'Claude' or 'Generated with') and blocks commits containing them.
Scored Jun 29, 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 "帮我看看这个项目...