id stringlengths 19 19 | query stringclasses 504
values | thinking stringclasses 360
values | action stringclasses 4
values |
|---|---|---|---|
skills_remote_00001 | Execute incident response for high load + memory pressure on Debian 12 fleet under limited sudo privileges. | <thinking>Agentic priority: safety and verifiability above speed. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for incident response for high load + memory pressure. Respect limited sudo privileges and production invariants. Monitor and c... | free -h && ps aux --sort=-rss | head -8 && sync && echo 1 > /proc/sys/vm/drop_caches || true |
skills_remote_00002 | Execute remote disaster recovery drill execution on CentOS Stream 9 fleet under non-interactive SSH only. | <thinking>Agentic priority: safety and verifiability above speed. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for remote disaster recovery drill execution. Respect non-interactive SSH only and production invariants. Monitor and confirm s... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00003 | Execute zero-downtime service migration between servers on CentOS Stream 9 fleet under strict change window. | <thinking>Goal decomposition with explicit rollback at every gate. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for zero-downtime service migration between servers. Respect strict change window and production invariants. Monitor and confi... | # Inventory
ssh A 'systemctl status app && free -h'
# Dry-run sync
rsync -av --dry-run /opt/app/ user@B:/opt/app/
# Full sync + start + verify health
# Traffic shift + monitor |
skills_remote_00004 | Execute incident response for high load + memory pressure on Alpine 3.19 fleet under multi-server fleet behind bastion. | <thinking>Production invariant: no data loss, minimal downtime, full audit trail. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for incident response for high load + memory pressure. Respect multi-server fleet behind bastion and production... | free -h && ps aux --sort=-rss | head -8 && sync && echo 1 > /proc/sys/vm/drop_caches || true |
skills_remote_00005 | Execute remote disaster recovery drill execution on Ubuntu 20.04 LTS fleet under headless container environment. | <thinking>Senior SRE reasoning: blast radius control and observability first. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for remote disaster recovery drill execution. Respect headless container environment and production invariants. Mon... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00006 | Execute OOM risk stabilization on production on Ubuntu 22.04 fleet under bastion jump host only access. | <thinking>Agentic priority: safety and verifiability above speed. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for OOM risk stabilization on production. Respect bastion jump host only access and production invariants. Monitor and confirm... | free -h && ps aux --sort=-rss | head -8 && sync && echo 1 > /proc/sys/vm/drop_caches || true |
skills_remote_00007 | Execute zero-downtime service migration between servers on Fedora 40 fleet under multi-server fleet behind bastion. | <thinking>Production invariant: no data loss, minimal downtime, full audit trail. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for zero-downtime service migration between servers. Respect multi-server fleet behind bastion and production i... | # Inventory
ssh A 'systemctl status app && free -h'
# Dry-run sync
rsync -av --dry-run /opt/app/ user@B:/opt/app/
# Full sync + start + verify health
# Traffic shift + monitor |
skills_remote_00008 | Execute rolling update of critical service with health checks on Rocky Linux 9 fleet under no interactive tools installed. | <thinking>Agentic priority: safety and verifiability above speed. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for rolling update of critical service with health checks. Respect no interactive tools installed and production invariants. Mo... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00009 | Execute incident response for high load + memory pressure on Ubuntu 22.04 fleet under slow 50Mbps link. | <thinking>Multi-step plan with verification commands after each critical action. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for incident response for high load + memory pressure. Respect slow 50Mbps link and production invariants. Monit... | free -h && ps aux --sort=-rss | head -8 && sync && echo 1 > /proc/sys/vm/drop_caches || true |
skills_remote_00010 | Execute rolling update of critical service with health checks on Debian 12 fleet under headless container environment. | <thinking>Goal decomposition with explicit rollback at every gate. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for rolling update of critical service with health checks. Respect headless container environment and production invariants. M... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00011 | Execute CIS hardening rollout across fleet with rollback on CentOS Stream 9 fleet under strict change window. | <thinking>Goal decomposition with explicit rollback at every gate. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for CIS hardening rollout across fleet with rollback. Respect strict change window and production invariants. Monitor and conf... | cp /etc/ssh/sshd_config /etc/ssh/sshd_config.bak && sed -i 's/PermitRootLogin yes/PermitRootLogin no/' /etc/ssh/sshd_config && sshd -t && systemctl reload ssh |
skills_remote_00012 | Execute incident response for high load + memory pressure on Ubuntu 20.04 LTS fleet under headless container environment. | <thinking>Agentic priority: safety and verifiability above speed. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for incident response for high load + memory pressure. Respect headless container environment and production invariants. Monito... | free -h && ps aux --sort=-rss | head -8 && sync && echo 1 > /proc/sys/vm/drop_caches || true |
skills_remote_00013 | Execute safe database failover with verification on Alpine 3.19 fleet under slow 50Mbps link. | <thinking>Goal decomposition with explicit rollback at every gate. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for safe database failover with verification. Respect slow 50Mbps link and production invariants. Monitor and confirm success ... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00014 | Execute multi-server config audit and remediation on Ubuntu 20.04 LTS fleet under bastion jump host only access. | <thinking>Multi-step plan with verification commands after each critical action. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for multi-server config audit and remediation. Respect bastion jump host only access and production invariants.... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00015 | Execute safe database failover with verification on Ubuntu 20.04 LTS fleet under bastion jump host only access. | <thinking>Production invariant: no data loss, minimal downtime, full audit trail. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for safe database failover with verification. Respect bastion jump host only access and production invariants.... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00016 | Execute multi-server config audit and remediation on CentOS Stream 9 fleet under slow 50Mbps link. | <thinking>Agentic priority: safety and verifiability above speed. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for multi-server config audit and remediation. Respect slow 50Mbps link and production invariants. Monitor and confirm success ... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00017 | Execute remote disaster recovery drill execution on Fedora 40 fleet under slow 50Mbps link. | <thinking>Multi-step plan with verification commands after each critical action. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for remote disaster recovery drill execution. Respect slow 50Mbps link and production invariants. Monitor and co... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00018 | Execute zero-downtime service migration between servers on Rocky Linux 9 fleet under slow 50Mbps link. | <thinking>Production invariant: no data loss, minimal downtime, full audit trail. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for zero-downtime service migration between servers. Respect slow 50Mbps link and production invariants. Monito... | # Inventory
ssh A 'systemctl status app && free -h'
# Dry-run sync
rsync -av --dry-run /opt/app/ user@B:/opt/app/
# Full sync + start + verify health
# Traffic shift + monitor |
skills_remote_00019 | Execute safe database failover with verification on Ubuntu 22.04 fleet under bastion jump host only access. | <thinking>Goal decomposition with explicit rollback at every gate. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for safe database failover with verification. Respect bastion jump host only access and production invariants. Monitor and co... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00020 | Execute CIS hardening rollout across fleet with rollback on CentOS Stream 9 fleet under strict change window. | <thinking>Agentic priority: safety and verifiability above speed. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for CIS hardening rollout across fleet with rollback. Respect strict change window and production invariants. Monitor and confi... | cp /etc/ssh/sshd_config /etc/ssh/sshd_config.bak && sed -i 's/PermitRootLogin yes/PermitRootLogin no/' /etc/ssh/sshd_config && sshd -t && systemctl reload ssh |
skills_remote_00021 | Execute incident response for high load + memory pressure on CentOS Stream 9 fleet under limited sudo privileges. | <thinking>Senior SRE reasoning: blast radius control and observability first. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for incident response for high load + memory pressure. Respect limited sudo privileges and production invariants. M... | free -h && ps aux --sort=-rss | head -8 && sync && echo 1 > /proc/sys/vm/drop_caches || true |
skills_remote_00022 | Execute rolling update of critical service with health checks on Ubuntu 22.04 fleet under multi-server fleet behind bastion. | <thinking>Agentic priority: safety and verifiability above speed. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for rolling update of critical service with health checks. Respect multi-server fleet behind bastion and production invariants.... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00023 | Execute zero-downtime service migration between servers on Debian 12 fleet under no interactive tools installed. | <thinking>Production invariant: no data loss, minimal downtime, full audit trail. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for zero-downtime service migration between servers. Respect no interactive tools installed and production inva... | # Inventory
ssh A 'systemctl status app && free -h'
# Dry-run sync
rsync -av --dry-run /opt/app/ user@B:/opt/app/
# Full sync + start + verify health
# Traffic shift + monitor |
skills_remote_00024 | Execute OOM risk stabilization on production on Fedora 40 fleet under strict change window. | <thinking>Goal decomposition with explicit rollback at every gate. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for OOM risk stabilization on production. Respect strict change window and production invariants. Monitor and confirm success ... | free -h && ps aux --sort=-rss | head -8 && sync && echo 1 > /proc/sys/vm/drop_caches || true |
skills_remote_00025 | Execute safe database failover with verification on Debian 12 fleet under strict change window. | <thinking>Production invariant: no data loss, minimal downtime, full audit trail. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for safe database failover with verification. Respect strict change window and production invariants. Monitor a... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00026 | Execute safe database failover with verification on Ubuntu 20.04 LTS fleet under bastion jump host only access. | <thinking>Senior SRE reasoning: blast radius control and observability first. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for safe database failover with verification. Respect bastion jump host only access and production invariants. Mon... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00027 | Execute incident response for high load + memory pressure on Debian 12 fleet under slow 50Mbps link. | <thinking>Senior SRE reasoning: blast radius control and observability first. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for incident response for high load + memory pressure. Respect slow 50Mbps link and production invariants. Monitor ... | free -h && ps aux --sort=-rss | head -8 && sync && echo 1 > /proc/sys/vm/drop_caches || true |
skills_remote_00028 | Execute incident response for high load + memory pressure on CentOS Stream 9 fleet under non-interactive SSH only. | <thinking>Agentic priority: safety and verifiability above speed. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for incident response for high load + memory pressure. Respect non-interactive SSH only and production invariants. Monitor and ... | free -h && ps aux --sort=-rss | head -8 && sync && echo 1 > /proc/sys/vm/drop_caches || true |
skills_remote_00029 | Execute zero-downtime service migration between servers on Ubuntu 22.04 fleet under headless container environment. | <thinking>Agentic priority: safety and verifiability above speed. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for zero-downtime service migration between servers. Respect headless container environment and production invariants. Monitor ... | # Inventory
ssh A 'systemctl status app && free -h'
# Dry-run sync
rsync -av --dry-run /opt/app/ user@B:/opt/app/
# Full sync + start + verify health
# Traffic shift + monitor |
skills_remote_00030 | Execute CIS hardening rollout across fleet with rollback on Debian 12 fleet under multi-server fleet behind bastion. | <thinking>Goal decomposition with explicit rollback at every gate. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for CIS hardening rollout across fleet with rollback. Respect multi-server fleet behind bastion and production invariants. Mon... | cp /etc/ssh/sshd_config /etc/ssh/sshd_config.bak && sed -i 's/PermitRootLogin yes/PermitRootLogin no/' /etc/ssh/sshd_config && sshd -t && systemctl reload ssh |
skills_remote_00031 | Execute OOM risk stabilization on production on Debian 12 fleet under slow 50Mbps link. | <thinking>Multi-step plan with verification commands after each critical action. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for OOM risk stabilization on production. Respect slow 50Mbps link and production invariants. Monitor and confir... | free -h && ps aux --sort=-rss | head -8 && sync && echo 1 > /proc/sys/vm/drop_caches || true |
skills_remote_00032 | Execute zero-downtime service migration between servers on Fedora 40 fleet under slow 50Mbps link. | <thinking>Agentic priority: safety and verifiability above speed. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for zero-downtime service migration between servers. Respect slow 50Mbps link and production invariants. Monitor and confirm su... | # Inventory
ssh A 'systemctl status app && free -h'
# Dry-run sync
rsync -av --dry-run /opt/app/ user@B:/opt/app/
# Full sync + start + verify health
# Traffic shift + monitor |
skills_remote_00033 | Execute incident response for high load + memory pressure on Debian 12 fleet under no interactive tools installed. | <thinking>Production invariant: no data loss, minimal downtime, full audit trail. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for incident response for high load + memory pressure. Respect no interactive tools installed and production in... | free -h && ps aux --sort=-rss | head -8 && sync && echo 1 > /proc/sys/vm/drop_caches || true |
skills_remote_00034 | Execute multi-server config audit and remediation on Rocky Linux 9 fleet under no interactive tools installed. | <thinking>Agentic priority: safety and verifiability above speed. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for multi-server config audit and remediation. Respect no interactive tools installed and production invariants. Monitor and co... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00035 | Execute zero-downtime service migration between servers on Ubuntu 20.04 LTS fleet under slow 50Mbps link. | <thinking>Goal decomposition with explicit rollback at every gate. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for zero-downtime service migration between servers. Respect slow 50Mbps link and production invariants. Monitor and confirm s... | # Inventory
ssh A 'systemctl status app && free -h'
# Dry-run sync
rsync -av --dry-run /opt/app/ user@B:/opt/app/
# Full sync + start + verify health
# Traffic shift + monitor |
skills_remote_00036 | Execute remote disaster recovery drill execution on Debian 12 fleet under non-interactive SSH only. | <thinking>Goal decomposition with explicit rollback at every gate. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for remote disaster recovery drill execution. Respect non-interactive SSH only and production invariants. Monitor and confirm ... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00037 | Execute multi-server config audit and remediation on Fedora 40 fleet under production with zero downtime tolerance. | <thinking>Multi-step plan with verification commands after each critical action. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for multi-server config audit and remediation. Respect production with zero downtime tolerance and production in... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00038 | Execute multi-server config audit and remediation on Ubuntu 20.04 LTS fleet under limited sudo privileges. | <thinking>Goal decomposition with explicit rollback at every gate. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for multi-server config audit and remediation. Respect limited sudo privileges and production invariants. Monitor and confirm ... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00039 | Execute zero-downtime service migration between servers on Ubuntu 20.04 LTS fleet under headless container environment. | <thinking>Agentic priority: safety and verifiability above speed. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for zero-downtime service migration between servers. Respect headless container environment and production invariants. Monitor ... | # Inventory
ssh A 'systemctl status app && free -h'
# Dry-run sync
rsync -av --dry-run /opt/app/ user@B:/opt/app/
# Full sync + start + verify health
# Traffic shift + monitor |
skills_remote_00040 | Execute CIS hardening rollout across fleet with rollback on Fedora 40 fleet under non-interactive SSH only. | <thinking>Production invariant: no data loss, minimal downtime, full audit trail. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for CIS hardening rollout across fleet with rollback. Respect non-interactive SSH only and production invariant... | cp /etc/ssh/sshd_config /etc/ssh/sshd_config.bak && sed -i 's/PermitRootLogin yes/PermitRootLogin no/' /etc/ssh/sshd_config && sshd -t && systemctl reload ssh |
skills_remote_00041 | Execute incident response for high load + memory pressure on Ubuntu 22.04 fleet under bastion jump host only access. | <thinking>Agentic priority: safety and verifiability above speed. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for incident response for high load + memory pressure. Respect bastion jump host only access and production invariants. Monito... | free -h && ps aux --sort=-rss | head -8 && sync && echo 1 > /proc/sys/vm/drop_caches || true |
skills_remote_00042 | Execute OOM risk stabilization on production on Ubuntu 22.04 fleet under bastion jump host only access. | <thinking>Production invariant: no data loss, minimal downtime, full audit trail. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for OOM risk stabilization on production. Respect bastion jump host only access and production invariants. Mon... | free -h && ps aux --sort=-rss | head -8 && sync && echo 1 > /proc/sys/vm/drop_caches || true |
skills_remote_00043 | Execute rolling update of critical service with health checks on Debian 12 fleet under no interactive tools installed. | <thinking>Senior SRE reasoning: blast radius control and observability first. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for rolling update of critical service with health checks. Respect no interactive tools installed and production in... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00044 | Execute rolling update of critical service with health checks on Alpine 3.19 fleet under slow 50Mbps link. | <thinking>Agentic priority: safety and verifiability above speed. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for rolling update of critical service with health checks. Respect slow 50Mbps link and production invariants. Monitor and conf... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00045 | Execute incident response for high load + memory pressure on Ubuntu 22.04 fleet under strict change window. | <thinking>Senior SRE reasoning: blast radius control and observability first. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for incident response for high load + memory pressure. Respect strict change window and production invariants. Moni... | free -h && ps aux --sort=-rss | head -8 && sync && echo 1 > /proc/sys/vm/drop_caches || true |
skills_remote_00046 | Execute safe database failover with verification on Rocky Linux 9 fleet under limited sudo privileges. | <thinking>Multi-step plan with verification commands after each critical action. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for safe database failover with verification. Respect limited sudo privileges and production invariants. Monitor... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00047 | Execute zero-downtime service migration between servers on CentOS Stream 9 fleet under strict change window. | <thinking>Senior SRE reasoning: blast radius control and observability first. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for zero-downtime service migration between servers. Respect strict change window and production invariants. Monito... | # Inventory
ssh A 'systemctl status app && free -h'
# Dry-run sync
rsync -av --dry-run /opt/app/ user@B:/opt/app/
# Full sync + start + verify health
# Traffic shift + monitor |
skills_remote_00048 | Execute OOM risk stabilization on production on Ubuntu 22.04 fleet under strict change window. | <thinking>Goal decomposition with explicit rollback at every gate. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for OOM risk stabilization on production. Respect strict change window and production invariants. Monitor and confirm success ... | free -h && ps aux --sort=-rss | head -8 && sync && echo 1 > /proc/sys/vm/drop_caches || true |
skills_remote_00049 | Execute rolling update of critical service with health checks on Ubuntu 20.04 LTS fleet under no interactive tools installed. | <thinking>Senior SRE reasoning: blast radius control and observability first. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for rolling update of critical service with health checks. Respect no interactive tools installed and production in... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00050 | Execute remote disaster recovery drill execution on Ubuntu 22.04 fleet under production with zero downtime tolerance. | <thinking>Agentic priority: safety and verifiability above speed. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for remote disaster recovery drill execution. Respect production with zero downtime tolerance and production invariants. Monito... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00051 | Execute safe database failover with verification on Ubuntu 20.04 LTS fleet under limited sudo privileges. | <thinking>Multi-step plan with verification commands after each critical action. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for safe database failover with verification. Respect limited sudo privileges and production invariants. Monitor... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00052 | Execute OOM risk stabilization on production on Ubuntu 22.04 fleet under slow 50Mbps link. | <thinking>Goal decomposition with explicit rollback at every gate. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for OOM risk stabilization on production. Respect slow 50Mbps link and production invariants. Monitor and confirm success befo... | free -h && ps aux --sort=-rss | head -8 && sync && echo 1 > /proc/sys/vm/drop_caches || true |
skills_remote_00053 | Execute CIS hardening rollout across fleet with rollback on CentOS Stream 9 fleet under bastion jump host only access. | <thinking>Goal decomposition with explicit rollback at every gate. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for CIS hardening rollout across fleet with rollback. Respect bastion jump host only access and production invariants. Monito... | cp /etc/ssh/sshd_config /etc/ssh/sshd_config.bak && sed -i 's/PermitRootLogin yes/PermitRootLogin no/' /etc/ssh/sshd_config && sshd -t && systemctl reload ssh |
skills_remote_00054 | Execute incident response for high load + memory pressure on Rocky Linux 9 fleet under no interactive tools installed. | <thinking>Agentic priority: safety and verifiability above speed. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for incident response for high load + memory pressure. Respect no interactive tools installed and production invariants. Monito... | free -h && ps aux --sort=-rss | head -8 && sync && echo 1 > /proc/sys/vm/drop_caches || true |
skills_remote_00055 | Execute CIS hardening rollout across fleet with rollback on CentOS Stream 9 fleet under no interactive tools installed. | <thinking>Goal decomposition with explicit rollback at every gate. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for CIS hardening rollout across fleet with rollback. Respect no interactive tools installed and production invariants. Monito... | cp /etc/ssh/sshd_config /etc/ssh/sshd_config.bak && sed -i 's/PermitRootLogin yes/PermitRootLogin no/' /etc/ssh/sshd_config && sshd -t && systemctl reload ssh |
skills_remote_00056 | Execute rolling update of critical service with health checks on Debian 12 fleet under bastion jump host only access. | <thinking>Goal decomposition with explicit rollback at every gate. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for rolling update of critical service with health checks. Respect bastion jump host only access and production invariants. M... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00057 | Execute zero-downtime service migration between servers on Alpine 3.19 fleet under multi-server fleet behind bastion. | <thinking>Goal decomposition with explicit rollback at every gate. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for zero-downtime service migration between servers. Respect multi-server fleet behind bastion and production invariants. Moni... | # Inventory
ssh A 'systemctl status app && free -h'
# Dry-run sync
rsync -av --dry-run /opt/app/ user@B:/opt/app/
# Full sync + start + verify health
# Traffic shift + monitor |
skills_remote_00058 | Execute incident response for high load + memory pressure on Fedora 40 fleet under no interactive tools installed. | <thinking>Agentic priority: safety and verifiability above speed. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for incident response for high load + memory pressure. Respect no interactive tools installed and production invariants. Monito... | free -h && ps aux --sort=-rss | head -8 && sync && echo 1 > /proc/sys/vm/drop_caches || true |
skills_remote_00059 | Execute OOM risk stabilization on production on Rocky Linux 9 fleet under production with zero downtime tolerance. | <thinking>Senior SRE reasoning: blast radius control and observability first. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for OOM risk stabilization on production. Respect production with zero downtime tolerance and production invariants... | free -h && ps aux --sort=-rss | head -8 && sync && echo 1 > /proc/sys/vm/drop_caches || true |
skills_remote_00060 | Execute zero-downtime service migration between servers on Rocky Linux 9 fleet under slow 50Mbps link. | <thinking>Senior SRE reasoning: blast radius control and observability first. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for zero-downtime service migration between servers. Respect slow 50Mbps link and production invariants. Monitor an... | # Inventory
ssh A 'systemctl status app && free -h'
# Dry-run sync
rsync -av --dry-run /opt/app/ user@B:/opt/app/
# Full sync + start + verify health
# Traffic shift + monitor |
skills_remote_00061 | Execute remote disaster recovery drill execution on Ubuntu 22.04 fleet under headless container environment. | <thinking>Senior SRE reasoning: blast radius control and observability first. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for remote disaster recovery drill execution. Respect headless container environment and production invariants. Mon... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00062 | Execute incident response for high load + memory pressure on Alpine 3.19 fleet under production with zero downtime tolerance. | <thinking>Agentic priority: safety and verifiability above speed. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for incident response for high load + memory pressure. Respect production with zero downtime tolerance and production invariant... | free -h && ps aux --sort=-rss | head -8 && sync && echo 1 > /proc/sys/vm/drop_caches || true |
skills_remote_00063 | Execute incident response for high load + memory pressure on Fedora 40 fleet under headless container environment. | <thinking>Multi-step plan with verification commands after each critical action. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for incident response for high load + memory pressure. Respect headless container environment and production inv... | free -h && ps aux --sort=-rss | head -8 && sync && echo 1 > /proc/sys/vm/drop_caches || true |
skills_remote_00064 | Execute OOM risk stabilization on production on Rocky Linux 9 fleet under production with zero downtime tolerance. | <thinking>Production invariant: no data loss, minimal downtime, full audit trail. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for OOM risk stabilization on production. Respect production with zero downtime tolerance and production invari... | free -h && ps aux --sort=-rss | head -8 && sync && echo 1 > /proc/sys/vm/drop_caches || true |
skills_remote_00065 | Execute safe database failover with verification on Alpine 3.19 fleet under strict change window. | <thinking>Goal decomposition with explicit rollback at every gate. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for safe database failover with verification. Respect strict change window and production invariants. Monitor and confirm succ... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00066 | Execute CIS hardening rollout across fleet with rollback on Ubuntu 20.04 LTS fleet under production with zero downtime tolerance. | <thinking>Multi-step plan with verification commands after each critical action. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for CIS hardening rollout across fleet with rollback. Respect production with zero downtime tolerance and produc... | cp /etc/ssh/sshd_config /etc/ssh/sshd_config.bak && sed -i 's/PermitRootLogin yes/PermitRootLogin no/' /etc/ssh/sshd_config && sshd -t && systemctl reload ssh |
skills_remote_00067 | Execute remote disaster recovery drill execution on Debian 12 fleet under headless container environment. | <thinking>Multi-step plan with verification commands after each critical action. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for remote disaster recovery drill execution. Respect headless container environment and production invariants. ... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00068 | Execute multi-server config audit and remediation on CentOS Stream 9 fleet under limited sudo privileges. | <thinking>Agentic priority: safety and verifiability above speed. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for multi-server config audit and remediation. Respect limited sudo privileges and production invariants. Monitor and confirm s... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00069 | Execute OOM risk stabilization on production on Rocky Linux 9 fleet under no interactive tools installed. | <thinking>Senior SRE reasoning: blast radius control and observability first. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for OOM risk stabilization on production. Respect no interactive tools installed and production invariants. Monitor... | free -h && ps aux --sort=-rss | head -8 && sync && echo 1 > /proc/sys/vm/drop_caches || true |
skills_remote_00070 | Execute incident response for high load + memory pressure on Ubuntu 22.04 fleet under multi-server fleet behind bastion. | <thinking>Production invariant: no data loss, minimal downtime, full audit trail. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for incident response for high load + memory pressure. Respect multi-server fleet behind bastion and production... | free -h && ps aux --sort=-rss | head -8 && sync && echo 1 > /proc/sys/vm/drop_caches || true |
skills_remote_00071 | Execute incident response for high load + memory pressure on Ubuntu 20.04 LTS fleet under bastion jump host only access. | <thinking>Multi-step plan with verification commands after each critical action. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for incident response for high load + memory pressure. Respect bastion jump host only access and production inv... | free -h && ps aux --sort=-rss | head -8 && sync && echo 1 > /proc/sys/vm/drop_caches || true |
skills_remote_00072 | Execute OOM risk stabilization on production on Fedora 40 fleet under bastion jump host only access. | <thinking>Goal decomposition with explicit rollback at every gate. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for OOM risk stabilization on production. Respect bastion jump host only access and production invariants. Monitor and confir... | free -h && ps aux --sort=-rss | head -8 && sync && echo 1 > /proc/sys/vm/drop_caches || true |
skills_remote_00073 | Execute incident response for high load + memory pressure on Ubuntu 22.04 fleet under slow 50Mbps link. | <thinking>Multi-step plan with verification commands after each critical action. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for incident response for high load + memory pressure. Respect slow 50Mbps link and production invariants. Monit... | free -h && ps aux --sort=-rss | head -8 && sync && echo 1 > /proc/sys/vm/drop_caches || true |
skills_remote_00074 | Execute rolling update of critical service with health checks on CentOS Stream 9 fleet under multi-server fleet behind bastion. | <thinking>Production invariant: no data loss, minimal downtime, full audit trail. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for rolling update of critical service with health checks. Respect multi-server fleet behind bastion and produc... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00075 | Execute multi-server config audit and remediation on Fedora 40 fleet under limited sudo privileges. | <thinking>Multi-step plan with verification commands after each critical action. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for multi-server config audit and remediation. Respect limited sudo privileges and production invariants. Monito... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00076 | Execute safe database failover with verification on Fedora 40 fleet under strict change window. | <thinking>Multi-step plan with verification commands after each critical action. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for safe database failover with verification. Respect strict change window and production invariants. Monitor an... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00077 | Execute safe database failover with verification on Ubuntu 22.04 fleet under no interactive tools installed. | <thinking>Senior SRE reasoning: blast radius control and observability first. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for safe database failover with verification. Respect no interactive tools installed and production invariants. Mon... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00078 | Execute CIS hardening rollout across fleet with rollback on Debian 12 fleet under no interactive tools installed. | <thinking>Multi-step plan with verification commands after each critical action. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for CIS hardening rollout across fleet with rollback. Respect no interactive tools installed and production inva... | cp /etc/ssh/sshd_config /etc/ssh/sshd_config.bak && sed -i 's/PermitRootLogin yes/PermitRootLogin no/' /etc/ssh/sshd_config && sshd -t && systemctl reload ssh |
skills_remote_00079 | Execute remote disaster recovery drill execution on Ubuntu 22.04 fleet under bastion jump host only access. | <thinking>Senior SRE reasoning: blast radius control and observability first. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for remote disaster recovery drill execution. Respect bastion jump host only access and production invariants. Mon... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00080 | Execute remote disaster recovery drill execution on Debian 12 fleet under bastion jump host only access. | <thinking>Production invariant: no data loss, minimal downtime, full audit trail. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for remote disaster recovery drill execution. Respect bastion jump host only access and production invariants.... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00081 | Execute multi-server config audit and remediation on Alpine 3.19 fleet under non-interactive SSH only. | <thinking>Senior SRE reasoning: blast radius control and observability first. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for multi-server config audit and remediation. Respect non-interactive SSH only and production invariants. Monitor ... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00082 | Execute incident response for high load + memory pressure on CentOS Stream 9 fleet under multi-server fleet behind bastion. | <thinking>Goal decomposition with explicit rollback at every gate. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for incident response for high load + memory pressure. Respect multi-server fleet behind bastion and production invariants. Mo... | free -h && ps aux --sort=-rss | head -8 && sync && echo 1 > /proc/sys/vm/drop_caches || true |
skills_remote_00083 | Execute rolling update of critical service with health checks on Alpine 3.19 fleet under bastion jump host only access. | <thinking>Goal decomposition with explicit rollback at every gate. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for rolling update of critical service with health checks. Respect bastion jump host only access and production invariants. M... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00084 | Execute zero-downtime service migration between servers on CentOS Stream 9 fleet under bastion jump host only access. | <thinking>Production invariant: no data loss, minimal downtime, full audit trail. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for zero-downtime service migration between servers. Respect bastion jump host only access and production inva... | # Inventory
ssh A 'systemctl status app && free -h'
# Dry-run sync
rsync -av --dry-run /opt/app/ user@B:/opt/app/
# Full sync + start + verify health
# Traffic shift + monitor |
skills_remote_00085 | Execute remote disaster recovery drill execution on Ubuntu 20.04 LTS fleet under limited sudo privileges. | <thinking>Multi-step plan with verification commands after each critical action. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for remote disaster recovery drill execution. Respect limited sudo privileges and production invariants. Monitor... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00086 | Execute incident response for high load + memory pressure on Rocky Linux 9 fleet under multi-server fleet behind bastion. | <thinking>Senior SRE reasoning: blast radius control and observability first. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for incident response for high load + memory pressure. Respect multi-server fleet behind bastion and production inv... | free -h && ps aux --sort=-rss | head -8 && sync && echo 1 > /proc/sys/vm/drop_caches || true |
skills_remote_00087 | Execute OOM risk stabilization on production on Rocky Linux 9 fleet under multi-server fleet behind bastion. | <thinking>Agentic priority: safety and verifiability above speed. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for OOM risk stabilization on production. Respect multi-server fleet behind bastion and production invariants. Monitor and conf... | free -h && ps aux --sort=-rss | head -8 && sync && echo 1 > /proc/sys/vm/drop_caches || true |
skills_remote_00088 | Execute OOM risk stabilization on production on Debian 12 fleet under non-interactive SSH only. | <thinking>Agentic priority: safety and verifiability above speed. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for OOM risk stabilization on production. Respect non-interactive SSH only and production invariants. Monitor and confirm succe... | free -h && ps aux --sort=-rss | head -8 && sync && echo 1 > /proc/sys/vm/drop_caches || true |
skills_remote_00089 | Execute CIS hardening rollout across fleet with rollback on CentOS Stream 9 fleet under no interactive tools installed. | <thinking>Goal decomposition with explicit rollback at every gate. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for CIS hardening rollout across fleet with rollback. Respect no interactive tools installed and production invariants. Monito... | cp /etc/ssh/sshd_config /etc/ssh/sshd_config.bak && sed -i 's/PermitRootLogin yes/PermitRootLogin no/' /etc/ssh/sshd_config && sshd -t && systemctl reload ssh |
skills_remote_00090 | Execute multi-server config audit and remediation on Debian 12 fleet under production with zero downtime tolerance. | <thinking>Senior SRE reasoning: blast radius control and observability first. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for multi-server config audit and remediation. Respect production with zero downtime tolerance and production invar... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00091 | Execute CIS hardening rollout across fleet with rollback on Fedora 40 fleet under production with zero downtime tolerance. | <thinking>Agentic priority: safety and verifiability above speed. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for CIS hardening rollout across fleet with rollback. Respect production with zero downtime tolerance and production invariants... | cp /etc/ssh/sshd_config /etc/ssh/sshd_config.bak && sed -i 's/PermitRootLogin yes/PermitRootLogin no/' /etc/ssh/sshd_config && sshd -t && systemctl reload ssh |
skills_remote_00092 | Execute remote disaster recovery drill execution on Ubuntu 20.04 LTS fleet under bastion jump host only access. | <thinking>Goal decomposition with explicit rollback at every gate. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for remote disaster recovery drill execution. Respect bastion jump host only access and production invariants. Monitor and co... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00093 | Execute safe database failover with verification on Ubuntu 22.04 fleet under slow 50Mbps link. | <thinking>Production invariant: no data loss, minimal downtime, full audit trail. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for safe database failover with verification. Respect slow 50Mbps link and production invariants. Monitor and c... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00094 | Execute rolling update of critical service with health checks on Alpine 3.19 fleet under slow 50Mbps link. | <thinking>Production invariant: no data loss, minimal downtime, full audit trail. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for rolling update of critical service with health checks. Respect slow 50Mbps link and production invariants. ... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00095 | Execute multi-server config audit and remediation on Fedora 40 fleet under slow 50Mbps link. | <thinking>Multi-step plan with verification commands after each critical action. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for multi-server config audit and remediation. Respect slow 50Mbps link and production invariants. Monitor and c... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00096 | Execute CIS hardening rollout across fleet with rollback on Ubuntu 20.04 LTS fleet under bastion jump host only access. | <thinking>Goal decomposition with explicit rollback at every gate. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for CIS hardening rollout across fleet with rollback. Respect bastion jump host only access and production invariants. Monito... | cp /etc/ssh/sshd_config /etc/ssh/sshd_config.bak && sed -i 's/PermitRootLogin yes/PermitRootLogin no/' /etc/ssh/sshd_config && sshd -t && systemctl reload ssh |
skills_remote_00097 | Execute multi-server config audit and remediation on CentOS Stream 9 fleet under multi-server fleet behind bastion. | <thinking>Multi-step plan with verification commands after each critical action. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for multi-server config audit and remediation. Respect multi-server fleet behind bastion and production invarian... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00098 | Execute incident response for high load + memory pressure on Rocky Linux 9 fleet under slow 50Mbps link. | <thinking>Senior SRE reasoning: blast radius control and observability first. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for incident response for high load + memory pressure. Respect slow 50Mbps link and production invariants. Monitor ... | free -h && ps aux --sort=-rss | head -8 && sync && echo 1 > /proc/sys/vm/drop_caches || true |
skills_remote_00099 | Execute remote disaster recovery drill execution on CentOS Stream 9 fleet under headless container environment. | <thinking>Agentic priority: safety and verifiability above speed. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for remote disaster recovery drill execution. Respect headless container environment and production invariants. Monitor and con... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
skills_remote_00100 | Execute rolling update of critical service with health checks on Debian 12 fleet under production with zero downtime tolerance. | <thinking>Senior SRE reasoning: blast radius control and observability first. Decompose into safe verifiable steps. Assess current state non-destructively first. Include explicit verification and rollback for rolling update of critical service with health checks. Respect production with zero downtime tolerance and prod... | uptime && journalctl -xe --no-pager | tail -10 && systemctl status --no-pager | head -5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.