pinot
AI-powered code review, testing, and pre-commit checks for Apache Pinot
All Skills in This Repository (13)
Pure Emerald Level Indicatorsreview-architecture
Detect and remediate architectural drift across Pinot module boundaries.
review-config-backcompat
Identify backward-compatibility risks in Apache Pinot configuration changes across code diffs.
run-test
Automates single Pinot JUnit/TestNG test execution via Maven module detection.
bench-compare
Compare Pinot JMH benchmark results between baseline and current codebases.
review-testing
Verify test coverage and quality for Pinot diffs and integration-test readiness.
quickstart
Launch a local Pinot quickstart cluster for testing and debugging.
review-process-scope
Diagnose Pinot pull requests for process and scope discipline.
review-performance
Analyze Apache Pinot diffs for hot-path performance regressions with severity tags.
precommit
Automate Pinot pre-commit checks on modules touched by the current diff.
flaky-analyze
Analyze flaky GitHub Actions CI failures for Pinot test classes.
review-correctness-nulls
Audit Pinot code diffs for null handling, type dispatch, and numeric precision.
review-concurrency-state
Review Apache Pinot diffs for concurrency and state-management issues.
Frequently Asked Questions
FAQPage SchemaHow to install Apache Pinot skills?โผ
Run `npx skills add apache/pinot --all -g -y` in your terminal to install all skills in this suite globally.
How to automate code review for Apache Pinot?โผ
The code-reviewer agent runs eight review skills in parallel covering architecture, performance, concurrency, correctness, and backward compatibility, then returns one severity-ranked report.
How to run pre-commit checks on Pinot changes?โผ
The precommit skill runs spotless formatting, checkstyle, and license checks only on the modules your diff touches, auto-fixing what it can.
Can AI analyze flaky Pinot tests?โผ
Yes. The flaky-analyze skill pulls recent GitHub Actions failures for a test class, compares stack traces, and suggests a likely root cause.
Do these skills work with Claude Code and other agents?โผ
Yes. The skills follow the standard SKILL.md format and the knowledge base files are tool-neutral, so they work in Claude Code, Cursor, Copilot, and other agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core