Prompt Library

Practical prompts with the use case and expected result documented.

Kubernetes

Production-ready Kubernetes deployment

Deployment, Service, HPA, PDB and NetworkPolicy with a hardened security context.

IntermediateKubernetesKustomize

Security

Repository security review

Evidence-backed findings with severity, exploit scenario and remediation effort.

AdvancedSASTDependenciesSecrets

Modernization

Java modernization plan

Plan-first legacy upgrade with risk ordering and rollback points.

AdvancedJavaMaven

CI/CD

CI/CD pipeline review

Correctness, performance and security review with a change table.

IntermediateGitLab CIGitHub Actions

Testing

JUnit tests with a case list first

Forces an explicit test case plan before any test code is written.

BeginnerJavaJUnitMockito

Terraform

Terraform module scaffold

Variables, outputs, tagging, README example and an IAM justification list.

IntermediateTerraformOpenTofu

Development

Unfamiliar repository walkthrough

Purpose, entry points, request flow, hotspot files and open questions.

BeginnerGit

Documentation

Service documentation with citations

Overview, Mermaid architecture, config reference, setup, deployment and runbook.

BeginnerMarkdownMermaid

DevOps

Multi-stage hardened Dockerfile

Pinned digests, cached dependency layer, non-root user, no build tooling in the final image.

BeginnerDocker

Architecture

Spec-first API design

OpenAPI before implementation, with an explicit human approval gate.

IntermediateOpenAPIREST

Architecture

OpenAPI spec review

Reviews an existing contract for consistency, error handling and versioning.

IntermediateOpenAPI

Testing

Edge case enumeration

Enumerates boundary and failure scenarios before any test code exists.

BeginnerAny language

MCP

MCP server design (read-only v1)

Tool surface, schemas, authorization model and audit events.

AdvancedMCPTypeScript

AI Agents

Agent workflow with human gates

Designs an automation flow where every irreversible step requires approval.

AdvancedAI AgentsGitHub

IBM Technologies

Legacy program explanation

Explanation-only analysis of enterprise platform code — no changes proposed.

AdvancedCOBOLRPGIBM Z

Architecture

Architecture decision record draft

Turns a technical discussion into a structured ADR with rejected alternatives.

BeginnerMarkdown