OneLinersCommand workbench
AI
Prompt packs

Prompts that produce operationally useful answers.

Source-grounded prompt packs with variables, output contracts, and realistic examples.

Results
30
Favorites
0
30 of 30 prompt packs
plain-prompt
Save to collectionCreate a collection in the sidebar first.

SysAdmin

Diagnose Linux disk pressure from evidence

Turn filesystem, inode, and directory-size evidence into a read-only-first diagnosis.
plain-prompt
Save to collectionCreate a collection in the sidebar first.

SysAdmin

Triage sustained Linux CPU saturation

Separate process pressure, I/O wait, steal time, and load-queue symptoms.
plain-prompt
Save to collectionCreate a collection in the sidebar first.

Coding

Explain a shell error without guessing

Convert a command, stderr, and exit code into a sourced, testable explanation.
plain-prompt
Save to collectionCreate a collection in the sidebar first.

SysAdmin

Analyze a failed systemd service

Correlate unit state, journal excerpts, dependencies, and restart behavior.
plain-prompt
Save to collectionCreate a collection in the sidebar first.

DevOps

Diagnose an NGINX 502 response

Differentiate connection refusal, timeout, invalid upstream response, and DNS resolution.
plain-prompt
Save to collectionCreate a collection in the sidebar first.

DevOps

Triage a DNS resolution outage

Compare client resolver, authoritative answers, delegation, and transport evidence.
plain-prompt
Save to collectionCreate a collection in the sidebar first.

Security

Explain a TLS handshake failure

Separate certificate, name, chain, protocol, cipher, and time problems.
plain-prompt
Save to collectionCreate a collection in the sidebar first.

SysAdmin

Diagnose an SSH connection failure

Interpret negotiation, host-key, authentication, and network failures from verbose SSH output.
plain-prompt
Save to collectionCreate a collection in the sidebar first.

DevOps

Investigate a Docker restart loop

Correlate exit code, OOM state, health checks, logs, and restart policy.
plain-prompt
Save to collectionCreate a collection in the sidebar first.

DevOps

Triage Kubernetes CrashLoopBackOff

Combine pod status, previous logs, events, probes, and resource limits.
plain-prompt
Save to collectionCreate a collection in the sidebar first.

Data

Review a PostgreSQL slow-query plan

Explain plan nodes, cardinality errors, I/O, sorts, and safe measurement priorities.
plain-prompt
Save to collectionCreate a collection in the sidebar first.

Data

Diagnose MySQL replication lag

Interpret replica threads, source position, relay log, and workload symptoms.
plain-prompt
Save to collectionCreate a collection in the sidebar first.

SysAdmin

Analyze unexpected Exim queue growth

Group queue age, sender, recipient domain, retry reason, and delivery status.
plain-prompt
Save to collectionCreate a collection in the sidebar first.

SysAdmin

Explain a Postfix delivery failure

Correlate queue ID, SMTP status, relay, DSN, and retry classification.
plain-prompt
Save to collectionCreate a collection in the sidebar first.

SysAdmin

Diagnose Dovecot authentication failures

Separate user lookup, password verification, TLS, and protocol-layer failures.
plain-prompt
Save to collectionCreate a collection in the sidebar first.

Security

Review a firewall change safely

Assess management access, rule ownership, ordering, rollback, and verification.
plain-prompt
Save to collectionCreate a collection in the sidebar first.

SysAdmin

Correlate multi-service incident logs

Build a timestamped evidence chain without merging unrelated errors.
plain-prompt
Save to collectionCreate a collection in the sidebar first.

DevOps

Plan a zero-downtime deployment

Turn a service topology into staged rollout, health, rollback, and stop conditions.
plain-prompt
Save to collectionCreate a collection in the sidebar first.

DevOps

Create an operational rollback plan

Define checkpoints, evidence, ownership, and executable rollback criteria.
plain-prompt
Save to collectionCreate a collection in the sidebar first.

DevOps

Review a Terraform plan

Prioritize destructive replacements, identity changes, network exposure, and state risk.
plain-prompt
Save to collectionCreate a collection in the sidebar first.

Security

Security-review an automation script

Check input trust, quoting, secrets, privileges, downloads, and destructive paths.
plain-prompt
Save to collectionCreate a collection in the sidebar first.

Documentation

Write an evidence-based incident timeline

Convert mixed observations into an auditable UTC timeline with gaps and confidence.
plain-prompt
Save to collectionCreate a collection in the sidebar first.

Security

Redact diagnostic output before sharing

Identify credentials, tokens, private addresses, identities, and customer data while preserving structure.
plain-prompt
Save to collectionCreate a collection in the sidebar first.

Documentation

Draft a read-only-first incident runbook

Create entry criteria, evidence steps, decisions, stop conditions, verification, and rollback.
plain-prompt
Save to collectionCreate a collection in the sidebar first.

Coding

Review a Bash script for correctness

Inspect quoting, expansions, pipelines, error handling, portability, and cleanup.
plain-prompt
Save to collectionCreate a collection in the sidebar first.

Coding

Review a PowerShell script

Inspect parameter binding, pipeline objects, error semantics, quoting, and compatibility.
plain-prompt
Save to collectionCreate a collection in the sidebar first.

Data

Plan a safe SQL schema migration

Sequence compatibility, backfill, validation, cutover, and rollback for production.
plain-prompt
Save to collectionCreate a collection in the sidebar first.

Coding

Choose a safe Git recovery path

Distinguish working tree, index, local commits, published history, and reflog recovery.
plain-prompt
Save to collectionCreate a collection in the sidebar first.

UI/Design

Review a UI for accessibility

Evaluate semantics, keyboard flow, focus, contrast, motion, names, and error handling.