Automation Prompts¶
Collection of prompts for system administration, process automation, and workflow management.
Available Prompts¶
System Administration¶
- system_health.txt - System health monitoring and analysis
- log_analysis.txt - Log file analysis and insights
- performance_monitoring.txt - System performance analysis
- security_audit.txt - Security assessment and audit
Deployment and DevOps¶
- deployment_checklist.txt - Deployment readiness assessment
- ci_cd_analysis.txt - CI/CD pipeline analysis
- infrastructure_review.txt - Infrastructure assessment
- rollback_procedures.txt - Rollback planning and procedures
Process Automation¶
- workflow_optimization.txt - Process optimization suggestions
- task_automation.txt - Task automation recommendations
- monitoring_setup.txt - Monitoring and alerting setup
- maintenance_scheduler.txt - Maintenance task scheduling
Configuration Management¶
- config_validation.txt - Configuration file validation
- environment_sync.txt - Environment synchronization
- dependency_check.txt - Dependency analysis and management
- version_management.txt - Version control and management
Incident Response¶
- incident_analysis.txt - Incident investigation and analysis
- root_cause_analysis.txt - Root cause identification
- recovery_procedures.txt - Recovery planning and execution
- post_mortem.txt - Post-incident analysis and learning
Usage Examples¶
# Analyze system health
aia system_health --logs /var/log/ --timeframe "24h"
# Validate deployment readiness
aia deployment_checklist --environment production --service api
# Perform security audit
aia security_audit --scope "web_application" --depth comprehensive
Automation Workflows¶
Deployment Pipeline¶
- pre_deployment.txt - Pre-deployment checks
- deployment_execution.txt - Deployment process
- post_deployment.txt - Post-deployment validation
- rollback_if_needed.txt - Conditional rollback
- deployment_report.txt - Deployment summary
Monitoring Setup¶
- baseline_establishment.txt - Establish performance baselines
- alert_configuration.txt - Configure monitoring alerts
- dashboard_creation.txt - Create monitoring dashboards
- escalation_procedures.txt - Define escalation paths
- monitoring_validation.txt - Validate monitoring effectiveness
Incident Response¶
- incident_detection.txt - Initial incident assessment
- impact_analysis.txt - Assess incident impact
- mitigation_actions.txt - Define mitigation steps
- communication_plan.txt - Stakeholder communication
- resolution_verification.txt - Verify resolution
Integration Points¶
Shell Integration¶
Tool Integration¶
# Use with system monitoring tools
aia --tools system_monitor.rb system_health
# Combine with log analysis tools
aia --tools log_analyzer.rb incident_analysis /var/log/app.log
MCP Integration¶
Customization Parameters¶
- Environment - target environment (dev, staging, prod)
- Service - specific service or application
- Timeframe - analysis time window
- Depth - analysis depth level
- Scope - analysis scope and boundaries
Related¶
- Development Prompts - Development automation
- Analysis Prompts - System analysis
- MCP Examples - External system integration