Skip to main content
scylladb
Perfil de criador do GitHub

scylladb

Visão por repositório de 55 skills coletadas em 8 repositórios do GitHub.

skills coletadas
55
repositórios
8
atualizado
14 de ago. de 2026
mapa de repositórios

Onde as skills estão

Principais repositórios por número de skills coletadas, com sua participação neste catálogo do criador e sua distribuição ocupacional.

#01
scylla-cluster-tests
16 skills · 14 de ago. de 2026
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresOutras ocupações de informática
3 categorias ocupacionais · 100% classificado
29%participação
#02
cqlsh-rs
12 skills · 25 de mar. de 2026
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadores
2 categorias ocupacionais · 100% classificado
22%participação
#03
gemini
9 skills · 6 de abr. de 2026
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadores
2 categorias ocupacionais · 100% classificado
16%participação
#04
agent-skills
6 skills · 22 de jul. de 2026
Desenvolvedores de softwareAdministradores de redes e sistemas de computadorArquitetos de banco de dadosOutras ocupações de informática
4 categorias ocupacionais · 100% classificado
11%participação
#05
coodie
6 skills · 7 de mar. de 2026
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresEspecialistas em gestão de projetos
3 categorias ocupacionais · 100% classificado
11%participação
#06
argus
3 skills · 27 de jul. de 2026
Analistas de garantia de qualidade de software e testadoresDesenvolvedores de softwareEspecialistas em gestão de projetos
3 categorias ocupacionais · 100% classificado
5,5%participação
#07
scylla-operator
2 skills · 4 de ago. de 2026
Analistas de garantia de qualidade de software e testadoresDesenvolvedores de software
2 categorias ocupacionais · 100% classificado
3,6%participação
#08
scylla-manager
1 skills · 26 de mar. de 2026
Analistas de garantia de qualidade de software e testadores
1 categorias ocupacionais · 100% classificado
1,8%participação
explorador de repositórios

Repositórios e skills representativas

labeling-pipelines
Analistas de garantia de qualidade de software e testadores

Guides labeling and linting test-case YAML files in SCT with test_metadata sections. Use when bulk-adding test_metadata to multiple test cases, running lint-test-docs to find coverage gaps, or auditing label accuracy across a directory. Triggers: "label…

14 de ago. de 2026
reviewing-pipeline-docs
Analistas de garantia de qualidade de software e testadores

Guides reviewing and generating test_metadata sections for SCT test-case YAML files. Use when adding or auditing test_metadata to a test-case YAML, checking that description, tier, test_type, stress_tools, nemesis_labels, and features are accurate and…

14 de ago. de 2026
perf-weekly-status-report
Desenvolvedores de software

Generate Gmail-compatible HTML performance weekly status reports from Argus CLI data. Use when asked to produce a weekly perf summary, create a performance status email, aggregate latency and throughput results across enterprise perf tests, or generate an…

13 de ago. de 2026
writing-nemesis
Desenvolvedores de software

Guides writing new nemesis (chaos engineering disruptions) for the SCT framework. Use when creating a new NemesisBaseClass subclass, adding disruption logic, setting nemesis flags, or configuring target node pools. Covers the sdcm/nemesis/ package structure,…

5 de ago. de 2026
stack-sync
Desenvolvedores de software

Manage stacked PRs in scylla-cluster-tests using the gh-stack CLI extension (GitHub's native stacked PR support, public preview since 2026-07-31). Use when asked to split a large change into a chain of small reviewable PRs, check stack status,…

2 de ago. de 2026
test-run-comparison-reports
Analistas de garantia de qualidade de software e testadores

Generate Confluence-compatible HTML comparison pages from multiple SCT test runs. Use when comparing performance or elasticity test results across runs with different parameters (instance types, configurations, versions). Covers fetching run metadata and…

19 de jul. de 2026
code-review
Analistas de garantia de qualidade de software e testadores

Guides AI-assisted code review of SCT pull requests. Use when reviewing a PR, checking a diff for correctness, evaluating method signature changes across class hierarchies, verifying override compatibility, checking import conventions, error handling…

14 de jul. de 2026
writing-plans
Desenvolvedores de software

Use when asked to generate an implementation plan, draft a plan, save a plan, or design a feature rollout for the SCT repository. Supports two formats: full 7-section plans for multi-phase work (1K+ LOC, tracked in MASTER.md) and lightweight mini-plans for…

8 de jul. de 2026
Mostrando 8 de 16 skills coletadas.
conventional-commit
Desenvolvedores de software

Generate standardized commit messages following the Conventional Commits specification. Use when asked to commit changes, write a commit message, create a conventional commit, or when committing code. Analyzes staged changes and produces properly formatted…

25 de mar. de 2026
create-implementation-plan
Desenvolvedores de software

Create a new implementation plan or sub-plan for cqlsh-rs features, refactoring, or infrastructure work. Use when asked to plan a feature, create a design document, write an implementation plan, break down a task into phases, or design architecture for a…

25 de mar. de 2026
development-process
Desenvolvedores de software

Guide the end-to-end development process for cqlsh-rs features: review plans, design tests, implement code, write tests, and update plan documents. Use when starting a new feature, picking up the next development task, or following the project's development…

25 de mar. de 2026
ci-failure-analysis
Desenvolvedores de software

Implement and configure AI-powered CI failure analysis workflows for GitHub Actions. Use when setting up CI failure summaries, configuring claude-code-action for failure diagnosis, writing workflow_run triggered analysis, creating collapsed PR comments with…

13 de mar. de 2026
github-actions
Desenvolvedores de software

Author and maintain GitHub Actions workflows for CI/CD pipelines. Use when creating new workflows, modifying ci.yml, adding workflow jobs, configuring matrix builds, setting up caching, managing secrets, writing workflow_run triggers, creating release…

13 de mar. de 2026
rust-clippy
Desenvolvedores de software

Run Clippy with strict lint settings and fix warnings for Rust code. Use when asked to lint code, fix clippy warnings, enforce Rust idioms, check code quality, or run static analysis. Applies project-specific lint configuration and explains fixes.

13 de mar. de 2026
rust-testing
Analistas de garantia de qualidade de software e testadores

Generate comprehensive Rust tests for cqlsh-rs modules. Use when asked to write tests, add test coverage, generate unit tests, create integration tests, or improve test coverage for Rust code. Orchestrates test creation following project conventions, cargo…

13 de mar. de 2026
remember
Desenvolvedores de software

Save lessons learned, debugging insights, and project-specific knowledge into persistent memory files. Use when asked to remember something, save a lesson, record a gotcha, document a pattern, or persist knowledge for future sessions. Syntax: /remember…

13 de mar. de 2026
Mostrando 8 de 12 skills coletadas.
golang-cli
Desenvolvedores de software

Golang CLI application development. Use when building, modifying, or reviewing a Go CLI tool — especially for command structure, flag handling, configuration layering, version embedding, exit codes, I/O patterns, signal handling, shell completion, argument…

6 de abr. de 2026
golang-concurrency
Desenvolvedores de software

Golang concurrency patterns. Use when writing or reviewing concurrent Go code involving goroutines, channels, select, locks, sync primitives, errgroup, singleflight, worker pools, or fan-out/fan-in pipelines. Also triggers when you detect goroutine leaks,…

6 de abr. de 2026
golang-performance
Desenvolvedores de software

Golang performance optimization patterns and methodology - if X bottleneck, then apply Y. Covers allocation reduction, CPU efficiency, memory layout, GC tuning, pooling, caching, and hot-path optimization. Use when profiling or benchmarks have identified a…

6 de abr. de 2026
golang-popular-libraries
Desenvolvedores de software

Recommends production-ready Golang libraries and frameworks. Apply when the user asks for library suggestions, wants to compare alternatives, or needs to choose a library for a specific task. Also apply when the AI agent is about to add a new dependency —…

6 de abr. de 2026
golang-samber-lo
Desenvolvedores de software

Functional programming helpers for Golang using samber/lo — 500+ type-safe generic functions for slices, maps, channels, strings, math, tuples, and concurrency (Map, Filter, Reduce, GroupBy, Chunk, Flatten, Find, Uniq, etc.). Core immutable package (lo),…

6 de abr. de 2026
golang-samber-mo
Desenvolvedores de software

Monadic types for Golang using samber/mo — Option, Result, Either, Future, IO, Task, and State types for type-safe nullable values, error handling, and functional composition with pipeline sub-packages. Apply when using or adopting samber/mo, when the…

6 de abr. de 2026
golang-stay-updated
Desenvolvedores de software

Provides resources to stay updated with Golang news, communities and people to follow. Use when seeking Go learning resources, discovering new libraries, finding community channels, or keeping up with Go language changes and releases.

6 de abr. de 2026
golang-stretchr-testify
Analistas de garantia de qualidade de software e testadores

Comprehensive guide to stretchr/testify for Golang testing. Covers assert, require, mock, and suite packages in depth. Use whenever writing tests with testify, creating mocks, setting up test suites, or choosing between assert and require. Essential for…

6 de abr. de 2026
Mostrando 8 de 9 skills coletadas.
scylladb-alternator
Desenvolvedores de software

Guide users building against ScyllaDB's DynamoDB-compatible API (Alternator). Use this skill when a user is porting a DynamoDB application to ScyllaDB, using boto3/AWS SDK clients against ScyllaDB, or asking about Alternator setup, write isolation, or load…

22 de jul. de 2026
scylladb-cloud-setup
Desenvolvedores de software

Guide users through connecting to a ScyllaDB Cloud cluster, choosing the correct driver and version, and configuring authentication. Use this skill when a user needs to connect to ScyllaDB Cloud, pick a CQL driver, check a driver version, configure…

22 de jul. de 2026
scylladb-data-modeling
Arquitetos de banco de dados

ScyllaDB CQL data modeling patterns and anti-patterns. Use when designing tables, reviewing schemas, migrating from SQL or MongoDB, or troubleshooting performance issues caused by schema problems. Triggers on "design schema", "ScyllaDB data model", "partition…

22 de jul. de 2026
scylladb-kubernetes
Administradores de redes e sistemas de computador

Guide users deploying and operating ScyllaDB on Kubernetes via the official ScyllaDB Operator. Use this skill when a user is setting up a ScyllaCluster, configuring node storage/CPU pinning for ScyllaDB pods, installing the Operator, or troubleshooting a…

22 de jul. de 2026
scylladb-vector-search
Desenvolvedores de software

Guides ScyllaDB Cloud users through implementing and optimizing Vector Search for semantic similarity, RAG, and similar use cases. Use this skill when users need to store and query embeddings, build vector indexes (HNSW), run approximate nearest neighbour…

2 de jul. de 2026
scylladb-cloud-mcp
Outras ocupações de informática

Help users set up and use the ScyllaDB Cloud MCP server to manage ScyllaDB Cloud clusters via AI agents. Use this skill when a user wants to manage ScyllaDB Cloud programmatically through an AI agent, configure the MCP server, create or monitor clusters via…

21 de jun. de 2026
code-review
Analistas de garantia de qualidade de software e testadores

Multi-agent code review for Python projects. Use when reviewing local uncommitted changes, pull request diffs, or when asked to do a code review. Dispatches specialist agents (bug-hunter, security-auditor, test-coverage, code-quality, contracts, historical…

7 de mar. de 2026
modern-python
Desenvolvedores de software

Configures Python projects with modern tooling (uv, ruff, ty). Use when creating projects, writing standalone scripts, or migrating from pip/Poetry/mypy/black.

4 de mar. de 2026
designing-workflow-skills
Desenvolvedores de software

Guides the design and structuring of workflow-based Claude Code skills with multi-step phases, decision trees, subagent delegation, and progressive disclosure. Use when creating skills that involve sequential pipelines, routing patterns, safety gates, task…

3 de mar. de 2026
test-refactoring
Analistas de garantia de qualidade de software e testadores

Guides refactoring of Python test suites to reduce duplication using pytest.mark.parametrize, split large monolithic test files into focused modules, and deduplicate mirrored sync/async test classes. Use when test files exceed 400 lines, when multiple test…

3 de mar. de 2026
writing-plans
Especialistas em gestão de projetos

Guides the creation and structuring of project plans in docs/plans/. Use when writing feature-parity plans, gap analyses, documentation plans, or implementation roadmaps. Covers plan templates, status tracking conventions, phase numbering, task tables, and…

3 de mar. de 2026
benchmarks
Desenvolvedores de software

Guide for running and writing coodie vs cqlengine performance benchmarks. Use when asked to run benchmarks, add new benchmarks, investigate performance, or debug benchmark failures.

27 de fev. de 2026
Mostrando 8 de 8 repositórios
Todos os repositórios foram exibidos