← All creators

elitongadotti

User

Cockpit is a user-scoped skillset for Claude and Codex. Hooks and Skills are distributed as a plugin. See the Install section for more.

12 indexed · 0 Featured · 2 stars · avg score 60
Prolific

Categories

Indexed Skills (12)

AI & Automation Listed

acceptance-audit

Audit a ticket's acceptance criteria against what the branch actually implements. Every item must be satisfied, and each must semantically match the implementation. Never edit or drop a criterion without the user's agreement.

2 Updated 3 days ago
elitongadotti
AI & Automation Listed

broken-window-check

Before picking new work, smoke-test the last "completed" feature. If it's broken, revert and re-open it before touching anything else. Kills the "looks shipped, isn't shipped" bug across sessions.

2 Updated 3 days ago
elitongadotti
Code & Development Listed

leak-check

Catch secrets, PII, and non-public context in a diff before it is committed or published. Use before any commit, and before pasting output anywhere public.

2 Updated 3 days ago
elitongadotti
Code & Development Listed

pycegerb-yoda

Write and review PySpark against Iceberg tables — schema discipline, native functions over UDFs, correct write mode, and table maintenance.

2 Updated 3 days ago
elitongadotti
AI & Automation Listed

shift-notes

Write and read the between-session handoff file so a fresh agent with no memory can pick up where the last one stopped without re-deriving context. Structured prose, not JSON — the model writes prose better.

2 Updated 3 days ago
elitongadotti
AI & Automation Listed

context-budget

Keep the agent's context lean so accuracy doesn't collapse. Use on long sessions, big files, or when the agent starts hallucinating.

2 Updated 3 days ago
elitongadotti
Code & Development Listed

pr-from-diff

Write a PR description a reviewer can approve fast. Use when opening any pull request.

2 Updated 3 days ago
elitongadotti
Data & Documents Listed

read-the-trace

Extract the actual cause from a stack trace instead of pattern-matching the error type. Use on any crash or exception.

2 Updated 3 days ago
elitongadotti
Testing & QA Listed

spec-first

Write the goal spec on disk before the agent acts, so it can't drift. Use before any multi-step task.

2 Updated 3 days ago
elitongadotti
Code & Development Listed

sql-review

Review SQL and ORM queries for correctness, safety, and performance before they ship.

2 Updated 3 days ago
elitongadotti
AI & Automation Listed

using-cockpit

Routing rules for the cockpit skills. Auto-injected at session start so the other skills trigger reliably. Read first.

2 Updated 3 days ago
elitongadotti
Code & Development Listed

writing-commit-messages

Write a commit message that describes the focus of the change, not its supporting work. Use when committing.

2 Updated 3 days ago
elitongadotti

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.