From sqlfluff
Use when adding SQLFluff to CI or making SQLFluff PR checks manageable for a large SQL or dbt-style project.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sqlfluff:sqlfluff-ci-rolloutThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Introduce SQLFluff to CI in phases so teams get useful feedback without blocking all work on existing violations. Use this when the user asks for CI integration, PR annotations, SARIF output, rollout strategy, or performance tuning for large SQL/dbt projects.
Introduce SQLFluff to CI in phases so teams get useful feedback without blocking all work on existing violations. Use this when the user asks for CI integration, PR annotations, SARIF output, rollout strategy, or performance tuning for large SQL/dbt projects.
Start report-only
--nofail while collecting the first baseline.--write-output.Choose the CI feedback format
github-annotation-native for GitHub-native annotations.github-annotation when a generic GitHub annotation format is needed.sarif when uploading results to code scanning or long-lived artifacts.json for custom summaries.Scope the rollout
--rules for allowlisted rollout.--exclude-rules for a small number of temporary exceptions.Measure runtime
--processes 0 when full CPU parallelism is acceptable.--persist-timing to find slow files or rules.Move toward blocking
--nofail for the selected scope.Document the policy
sqlfluff lint models/staging --format github-annotation-native --annotation-level warning --nofail --disable-progress-bar
sqlfluff lint models/staging --format sarif --write-output sqlfluff.sarif --nofail --disable-progress-bar
sqlfluff lint models/staging --persist-timing sqlfluff-timing.csv --disable-progress-bar
Return:
references/rollout-patterns.mdSearches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.
npx claudepluginhub yu-iskw/sqlfluff-agent-plugins --plugin sqlfluff