← all publishers

redhat-community-ai-tools

@redhat-community-ai-tools source repo

5 published skills

  1. CI Guard · redhat-community-ai-tools bundle
    Use when starting work in a repository under repositories/ that may lack CI configuration. Detects missing CI workflows (GitHub Actions, GitLab CI, CircleCI) and alerts the user to add one. Skips repos marked as research-only.
    1 install
  2. Brainstorming · redhat-community-ai-tools bundle
    User asks for design, planning, or approach exploration before implementation. Covers new features, components, refactors, or architecture decisions. Creates design docs and proposes approaches with trade-offs.
    1 install
  3. Python Patterns · redhat-community-ai-tools bundle
    Team conventions for Python development — credentials, API clients, LLM response parsing, testing patterns, and data pipeline structure. Covers dotenv loading, retry logic, secret validation, and pipeline anti-patterns.
    1 install
  4. Cost Speed Meter · redhat-community-ai-tools bundle
    Track command execution times and suggest faster paths. After tests/builds/lint, shows execution cost and recommends fast-path alternatives (unit tests vs integration, cached builds). For feedback loop optimization and proving optimizations worked.
    1 install
  5. Semantic Versioning · redhat-community-ai-tools bundle
    Use when committing or pushing changes and the repository needs a version bump. Analyzes commits using conventional commit prefixes to determine whether the next release is a major, minor, or patch increment. Also use when the user asks about versioning, release planning, or changelog generation.
    1 install