@bob
An agent skill for writing clear, conventional commit messages
# Git Commit Message Skill This skill writes clear, conventional commit messages following best practices. ## Instructions When writing commit messages: 1. **Use conventional commit format** - type(scope): description 2. **Be concise but descriptive** - Summarize changes clearly 3. **Use imperative mood** - "Add feature" not "Added feature" 4. **Reference issues** - Link to relevant tickets or issues 5. **Separate concerns** - One logical change per commit ## Commit Types - **feat**: New feature - **fix**: Bug fix - **docs**: Documentation changes - **style**: Code style changes (formatting, etc.) - **refactor**: Code refactoring - **test**: Adding or updating tests - **chore**: Maintenance tasks ## Format ``` type(scope): short description Longer description if needed. Explain what and why, not how. Refs: #issue-number ```
ETL-style data transformation workflow
1name: Data Processing Pipeline2version: "1.0"3description: Transform and analyze data with AI45pipeline:6 - stage: extract7 name: Data Extraction8 prompt: |9 Extract structured data from this input:10 {{raw_data}}...+46 more lines
Create sales email sequences
Create a {{length}}-email sequence for {{product}} targeting {{persona}}. Include subject lines, personalization, and CTAs.Write compelling job descriptions
Write a job description for {{position}} at {{company}}. Include responsibilities, requirements, benefits, and company culture.Generate Docker Compose files
Create a Docker Compose file for {{stack}} with {{services}}. Include environment variables, volumes, and networks.Optimize SQL queries
Analyze and optimize this SQL query:
{{query}}
Provide: execution plan analysis, index suggestions, and optimized query.