git-standards
Git workflow, commit message format, and version control standards
Browse curated skills with source links, package snapshots, README assets and install signals in one calm, searchable catalog.
Git workflow, commit message format, and version control standards
Expert guidance for Git workflows, troubleshooting, and best practices
Execute git operations using Conventional Commits format with proper branching strategies and safe workflows. Use when making commits, managing branches, or performing git operations.
Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning
Automatic gitignore maintenance and cleanup. Use when: (1) after commits, (2) new file types appear in project, (3) build artifacts get committed, (4) before pushing to remote. Scans for unwanted file…
Searches Canva's Glean knowledge base for internal documentation, policies, how-tos, Slack threads, and company information. Use when asked about Canva processes, internal docs, Slack conversations, o…
Create and update the project glossary (docs/glossary.md). This task is triggered upon requests such as 'create a glossary', 'organize terms', 'unify term definitions', 'update the glossary', 'define …
Write and run Go tests using the built-in testing package with table-driven tests, subtests, and mocking via interfaces. Use when writing Go tests or setting up test infrastructure.
Format Git commit messages following Conventional Commits specification with semantic versioning support for proper commit type detection and versioning
Agent Skill: Git workflow best practices for teams and CI/CD. This skill should be used when establishing branching strategies, implementing Conventional Commits, creating or reviewing PRs, managing P…
Use this skill when working with the lightweight GitHub Flow branching model. Ideal for projects with continuous deployment where 'main' is always deployable.
Generates .gitignore file for Git version control exclusions. Defines files and directories to exclude from version control like node_modules, build artifacts, and local environment files.
Check files that should be added to .gitignore before committing. Launch with terms like 'gitignore check', 'pre-commit check', 'confidential file verification', '.gitignore verification', 'files to a…
Use when oTP actor patterns in Gleam including processes, message passing, GenServer implementations, supervisors, fault tolerance, state management, and building concurrent, fault-tolerant applicatio…
Go modules and dependency management
Use this skill to write, refactor, or review Go code according to the Uber Go Style Guide. It ensures strict adherence to correctness, safety, and idiomatic patterns.
Undo the last commit while keeping changes staged. Use when you need to fix a commit message or add missing files.
Natural language wrapper for git commands - automatically triggers /git:commit, /git:status, /git:push when users express git workflow intent
Complete GitHub workflow for Claude Code on the web. ALL GitHub operations MUST use REST API (never gh CLI). Includes branch naming (claude/*-sessionId), push retry logic, PR/issue management via API,…
GitHub CLI (gh) installation and authenticated operations in Claude.ai containers. Use when user needs to create issues, PRs, view repos, or perform GitHub operations beyond raw API calls.
Manages GitLab merge requests. Use for creating, listing MRs across projects or groups. Triggers: PRs, code reviews.
This skill provides specialized knowledge for integrating and using GLM-4.7 Coding Plan API (智谱编程套餐). Use this skill when working with GLM-4.7 for prompt optimization, code generation, or technical do…
Security audit for Go backend code and SDKs. Covers Go-specific vulnerabilities, common security pitfalls, and best practices. Use when auditing Go codebases.
Use this skill when writing Go code following the Uber Go Style Guide. Provides comprehensive guidance on idiomatic Go patterns, error handling, concurrency safety, performance optimization, and test-…