code-review
25Command Claude Code
Comprehensive security and quality review of uncommitted changes in the tracker.
Command Claude Code
Comprehensive security and quality review of uncommitted changes in the tracker.
Command Claude Code
Run comprehensive verification on the tracker codebase.
Hook Claude Code
Runs after a tool call finishes for Edit tool calls, running an inline shell check. From moodler/liz-tracker.
Hook Claude Code
Runs when the agent finishes a response, running an inline shell check. From moodler/liz-tracker.
Settings file Claude Code
Agent settings declaring 2 hook events (PostToolUse, Stop) and 1 allowed tools.
Skill Claude CodeCodex
Use for any question about a codebase, its architecture, file relationships, or project content — especially when graphify-out/ exists, where the question should be treated as a graphify query first. Turns any input (code, docs, papers, images, videos) into a persistent knowledge graph with god nodes, community…
Skill Claude CodeCodex
Guide for developing new MCP tools. Use when adding tools to mcp-server.ts or via space plugin mcpTools arrays. Covers Zod validation, actor handling, and test patterns.
Skill Claude CodeCodex
Database patterns for better-sqlite3 with WAL mode. Query optimization, schema design, and migration patterns for the tracker's SQLite layer.
Skill Claude CodeCodex
Safety guidelines for modifying orchestrator code. Use when touching state transitions, SSE handling, session lifecycle, circuit breaker, safe restart, or dispatch logic in orchestrator.ts.
Skill Claude CodeCodex
Research-before-coding workflow. Search for existing patterns, helpers, and implementations in the tracker codebase before writing new code.
Skill Claude CodeCodex
Use when adding authentication, handling user input, working with secrets, creating API endpoints, or modifying security-sensitive code. General security checklist.
Skill Claude CodeCodex
Guide for developing new space plugins. Use when creating a new space type or extending an existing one. Covers the SpacePlugin interface, parsers, API routes, MCP tools, and UI renderers.
Skill Claude CodeCodex
Use when writing new features, fixing bugs, or refactoring tracker code. Enforces test-driven development with our Vitest + in-memory SQLite setup.
Skill Claude CodeCodex
Tracker-specific security checklist. Use when modifying actor classification, approval provenance, description integrity, blocked paths, dispatch logic, or MCP tool authorization.
Instructions file
Claude Code instructions for moodler/liz-tracker, covering liz tracker, architecture, key files, space plugin files and development.