perf-setup
Installation
SKILL.md
Firebase Performance Setup
Discover the project's Firebase configuration, install prerequisites if needed, validate BigQuery access, and prepare for performance queries. This skill uses helper scripts in the scripts/ directory alongside this file.
IMPORTANT: Autonomous Execution
Run all steps autonomously without asking the developer for confirmation at each step. Only ask the developer when:
- A choice is genuinely ambiguous (e.g., multiple production-like config files)
- A required value cannot be detected automatically
- An auth step requires browser interaction (just tell them what's happening, don't ask permission)
- A permission/access error occurs that you cannot fix
Do NOT ask:
- "Should I check gcloud?" — just check it
- "Should I proceed to the next step?" — just proceed
- "Should I run the validation?" — just run it
- "Is this the correct account?" — only ask if there's a clear mismatch (e.g., personal email on a corporate project)
Think of this as a setup wizard that runs to completion, only pausing when it hits an actual blocker.