Advanced Workflows
Advanced Workflows
Section titled “Advanced Workflows”Expert-level techniques for power users.
Multi-Project Management
Section titled “Multi-Project Management”Switch between projects without specifying project_uuid every time.
Quick Context Switching
Section titled “Quick Context Switching”Switch to Production projectList my connectionsShow recent investigations
Switch to Staging projectTest the new instructionAll operations automatically use the current default project.
Multi-Environment Workflow
Section titled “Multi-Environment Workflow”Testing changes across environments:
# 1. Test in DevelopmentSwitch to Development projectCreate a new filter instructionTest on past incidents
# 2. Validate in StagingSwitch to Staging projectCreate the same instructionVerify it works as expected
# 3. Deploy to ProductionSwitch to Production projectCreate the instructionMonitor first few investigationsProject-Specific Operations
Section titled “Project-Specific Operations”Different projects can have different configurations:
# Production - conservative settingsSwitch to Production projectCreate FILTER instruction: "Only investigate P1 and P2"Create SYSTEM instruction: "Always suggest safe rollback first"
# Staging - experimental settingsSwitch to Staging projectCreate FILTER instruction: "Investigate all severities"Create SYSTEM instruction: "Allow experimental fixes"Natural Language Switching
Section titled “Natural Language Switching”Use project names instead of UUIDs:
Switch to HTM-AzureSwitch to Customer-Acme-ProdSwitch to my staging environmentThe MCP server will find matching projects by name.
Batch Operations
Section titled “Batch Operations”Investigate Multiple Alerts
Section titled “Investigate Multiple Alerts”Show me all P1 alerts from the last hourInvestigate each oneProvide a summary of all root causesBulk Instruction Updates
Section titled “Bulk Instruction Updates”Disable all RCA instructions temporarilyTest new investigation approachRe-enable instructionsAdvanced Filtering
Section titled “Advanced Filtering”Complex Session Queries
Section titled “Complex Session Queries”Show me uninvestigated database alerts from us-east-1in the last 7 days with severity P1 or P2Search by Pattern
Section titled “Search by Pattern”Find all incidents related to "payment" or "transaction"in the last 30 daysPerformance Optimization
Section titled “Performance Optimization”Use Compact Mode
Section titled “Use Compact Mode”For large result sets:
Show me all sessions from last month in compact modeReduces token usage and speeds up responses.
Parallel Investigations
Section titled “Parallel Investigations”Investigate multiple incidents simultaneously using separate Claude conversations.
Analytics and Reporting
Section titled “Analytics and Reporting”Custom Time Ranges
Section titled “Custom Time Ranges”Show me incident statistics from January 1-15Quality Trends
Section titled “Quality Trends”Show me average RCA quality scores by weekTime Saved Analysis
Section titled “Time Saved Analysis”Calculate total time saved this quarterInstruction Patterns
Section titled “Instruction Patterns”Conditional Instructions
Section titled “Conditional Instructions”For incidents during business hours (9am-5pm EST):- Page on-call engineer immediately- Include business impact in RCA
For incidents outside business hours:- Queue for morning review- Focus on auto-remediationEnvironment-Specific Instructions
Section titled “Environment-Specific Instructions”For production incidents:- Always suggest safe rollback first- Require confirmation before changes- Include customer impact analysis
For staging incidents:- Allow experimental fixes- Focus on learning- Test remediation thoroughlyReal-Time Investigation Monitoring
Section titled “Real-Time Investigation Monitoring”Tracking Investigation Progress
Section titled “Tracking Investigation Progress”Monitor investigations in real-time to understand what NeuBird is doing:
# Start investigationInvestigate the high latency alert
# Monitor progress (check every 10-15 seconds)Show me the investigation statusWhat you’ll see:
- Current step description
- Progress percentage (0-100)
- Data sources being consulted
- Completed vs total steps
Understanding Investigation Steps
Section titled “Understanding Investigation Steps”Each investigation progresses through categorized steps:
Discovery phase:
Current step: "🔍 Discovery: Identifying affected services and hosts"Progress: 15%Sources: ["log_datadog.datadog_logs", "monitor_datadog.monitor_events"]Analysis phase:
Current step: "📊 Analysis: Correlating latency spikes with database queries"Progress: 45%Sources: ["metric_aws.cloudwatch_metrics", "log_aws.rds_logs"]Diagnosis phase:
Current step: "🔬 Diagnosis: Identifying root cause of connection pool exhaustion"Progress: 70%Sources: ["log_datadog.datadog_logs", "metric_datadog.custom_metrics"]Verifying Data Coverage
Section titled “Verifying Data Coverage”Check which data sources were consulted:
Show me the investigation status
# Look for unique_sources field:unique_sources: [ "log_datadog.datadog_logs", "monitor_datadog.monitor_events", "alarm_aws_prod.alarm_history", "metric_aws_prod.cloudwatch_metrics"]Use this to:
- Verify all relevant systems were checked
- Identify missing data sources
- Understand investigation thoroughness
- Debug incomplete investigations
Step-by-Step Investigation Review
Section titled “Step-by-Step Investigation Review”Get detailed breakdown of investigation reasoning:
# After investigation completesShow me the chain of thought
# Or get specific step detailsShow me step details for step ID 69247c6b517e7056d602abd1Each step shows:
- Question being answered
- Category (discovery, analysis, diagnosis, etc.)
- Data sources consulted for that step
- Status (completed, in_progress)
Progress Patterns to Watch
Section titled “Progress Patterns to Watch”Normal patterns:
-
Fast discovery, slower analysis
- 0% → 30% in 30 seconds
- 30% → 70% in 90 seconds
- 70% → 100% in 30 seconds
-
Steady progression
- Even progress across all phases
- Indicates straightforward incident
-
Long analysis phase
- Quick to 30%, then slower
- Normal for complex correlations
Concerning patterns:
-
Stuck at 0%
- Investigation may not have started
- Check connection sync status
-
No progress after 5 minutes
- Possible timeout or error
- Check investigation status for errors
-
Very few data sources
- May indicate connection issues
- Verify connections are synced
Integration Workflows
Section titled “Integration Workflows”CI/CD Integration
Section titled “CI/CD Integration”Use NeuBird investigations in CI/CD:
# In deployment pipelineif deployment fails: trigger neubird investigation extract corrective actions attempt auto-remediationSlack/Teams Integration
Section titled “Slack/Teams Integration”Forward RCA results to team channels:
Investigate this alertSend RCA summary to #incidents channelInclude corrective actions and time savedTicket System Integration
Section titled “Ticket System Integration”Create tickets from investigations:
Investigate alertExtract preventive measuresCreate Jira ticket for each measureAssign to appropriate team