AGENTS
01Agent Claude Code
This directory contains custom subagent definitions for Claude Code (and Cursor, which reads from this directory).
Agent Claude Code
This directory contains custom subagent definitions for Claude Code (and Cursor, which reads from this directory).
Agent Claude Code
@./AGENTS.md.
Agent Claude Code
Automatically fix CI failures and address PR review comments for the current branch. Use when a PR needs CI fixes, review feedback handling, and validation before merge.
Agent Claude Code
Performs QA testing on the feature implemented in the current branch. Reads specs, docs, and API docstrings, creates a QA test plan, executes tests using Playwright against a debug server, and generates a report with found issues. Use after implementing a feature to validate it meets requirements before finalizing a…
Agent Claude Code
Review the current branch's changes for code quality, test coverage, security, best practices, and product/API alignment. Use when asked to perform a code review.
Agent Claude Code
Simplify and refine code for clarity, consistency, and maintainability while preserving all functionality. Focuses on changes in the current branch.
Command Claude Code
Fix CI failures and address PR review comments.
Command Claude Code
Run QA testing on the current branch's feature.
Command Claude Code
Review changes in this branch for quality and issues.
Command Claude Code
Simplify and refine code changes in this branch.
Hook Claude Code
Runs before the agent uses a tool for Skill and Bash tool calls, executing log_agent_metrics.py and pre_bash_redirect.py via uv (2 commands). From streamlit/streamlit.
Hook Claude Code
Runs after a tool call finishes for Edit and Write tool calls, executing post_edit_autofix.sh. From streamlit/streamlit.
Hook Claude Code
Runs when the agent finishes a response, executing stop_check.sh. From streamlit/streamlit.
Settings file Claude Code
Agent settings declaring 4 hook events (SubagentStart, PreToolUse, PostToolUse, Stop) and 25 allowed tools.
Skill Claude CodeCodex
Address all valid review comments on a PR for the current branch in the streamlit/streamlit repo. Covers both inline review comments and general PR (issue) comments. Use when a PR has reviewer feedback to address, including code changes, style fixes, and documentation updates.
Skill Claude CodeCodex
Assesses whether branch or PR changes are high-risk for externally hosted or embedded Streamlit usage and recommends whether external e2e coverage with @pytest.mark.externaltest is needed. Use during code review, PR triage, or test planning when changes touch routing, auth, websocket/session behavior, embedding…
Skill Claude CodeCodex
Validates all code changes before committing by running format, lint, type, and unit test checks. Use after making backend (Python) or frontend (TypeScript) changes, before committing or finishing a work session.
Skill Claude CodeCodex
Creates a draft pull request on GitHub with proper labels, branch naming, and description formatting. Use when changes are ready to be submitted as a PR to the streamlit/streamlit repository.
Skill Claude CodeCodex
Debug Streamlit frontend and backend changes using make debug with hot-reload. Use when testing code changes, investigating bugs, checking UI behavior, or needing screenshots of the running app.
Skill Claude CodeCodex
Lists available make commands for Streamlit development. Use for build, test, lint, or format tasks.
Skill Claude CodeCodex
Finalizes branch changes for merging by simplifying code, running checks, reviewing changes, and creating a PR if needed. Use when ready to merge changes into the target branch.
Skill Claude CodeCodex
Diagnose and fix flaky Playwright e2e tests. Use when tests fail intermittently, show timeout errors, have snapshot mismatches, or exhibit browser-specific failures.
Skill Claude CodeCodex
Analyze and fix failed GitHub Actions CI jobs for the current branch/PR. Use when CI checks fail, PR checks show failures, or you need to diagnose lint/type/test errors and verify fixes locally.
Skill Claude CodeCodex
Generates polished website release notes between two git tags for docs.streamlit.io. Use when preparing a new Streamlit release or reviewing changes between versions.