- Home
- Prompts
Prompts for code review, security analysis, and optimization.
12-factor refactoring
Refactors a given application using 12-factor as a methodology for building software-as-a-service apps.
Analyze Bash History
Learn from sketchy things you did in your CLI in the past and their risks
Automated Code Review
Let Q do a code review of your staged files before committing and pushing your changes.
Prompts for system design, diagrams, and architectural planning.
Cost Calculation
This prompt assists you to calculate costs for your workload using up-to-date pricing information from the AWS service websites.
Create a project diagram for your project
Create a project diagram using PlantUML and C4 Model for your project based in your codebase
Create project C4 model
create C4 model diagram by PlantUML
Prompts for AWS infrastructure, services, and cloud development.
Create EKS Cluster using aws and terraform best practices
Multi-prompt /dev agent prompt to create a new EKS cluster
Identifying metrics/alarms related to AWS Resources
This prompt aims to identify missing metrics/alarms related to AWS Resources in a target package. A reference package is used to limit the response to required metrics/alarms, assuming it follows best practices for the particular resource type setup.
Identifying metrics/alarms related to service health
This prompt aims to identify missing metrics/alarms related to service health in a target package. A reference package is used to limit the response to required metrics/alarms, assuming it follows best practices for service health monitoring.
Prompts for generating code, scaffolding, and boilerplate.
Prompts for creating ADRs, specifications, and project documentation.
ADR Creation
Given an ADR template, provide context so Q can quickly generate the ADR
Document Codeblock
For a given selection of code, provide useful documentation to help others understand your code
Project Intelligence
The project intelligence documentation system transforms Amazon Q Developer from a stateless assistant into a persistent development partner by providing comprehensive context about your application.
Miscellaneous utilities and general-purpose prompts.
Adit's Prompt for Generating Titles
The prompt is useful for generating catchy titles
Amazon Q Project Learning
Update Amazon Q Knowledge of a given project
Configuração de Contexto Inteligente AmazonQ
Cria a estrutura de contexto inteligente do AmazonQ para projetos de forma padronizada , conforme documentação da aws.
AI behavior and role-setting prompts for specialized tasks.
Frontend Engineer
Frontend React Tailwind Vitests Good practices Senior Developer
Independent Thought Challenger
Transforms Amazon Q into a critical thinking partner that challenges your ideas instead of simply agreeing. The AI questions your assumptions, offers skeptical viewpoints, checks your reasoning for flaws, suggests alternative perspectives, and prioritizes accuracy over agreement. Perfect for refining arguments, avoiding confirmation bias, and developing more robust thinking.
Professional Speaking Coach Feedback Generator
Transforms Amazon Q into a speaking coach that analyzes presentation videos, providing detailed feedback on delivery, body language, and content structure. Creates multiple analysis files including comprehensive feedback, timestamp-specific notes, talk structure outline, and a personalized scorecard based on your experience level. Organizes outputs for easy reference and future analyses.
Prompts for project setup and environment configuration.
Boostrap Flask App in /dev
This will generate a consistent output from /dev
Github Actions pull request workflow
Creates a pull request workflow template for Github Actions
Python Lambda Layer Generator
Creates a Lambda layer zip file, given a list of Python libraries. Checks for vulnerabilities.
Complete application and service implementation prompts.
AWS architecture blueprint for a scalable file-processing pipeline
Create an extendable AWS architecture blueprint for a scalable file-processing pipeline, capable of handling periodic CSV file uploads for processing and notifications
AWS architecture blueprint for an API Gateway to SQS pattern
Create an extendable AWS architecture blueprint using AWS CDK for an asynchronous message processing system based on the API Gateway HTTP to SQS pattern. This blueprint is designed to facilitate a scalable and decoupled system that handles incoming API requests, enqueues them in SQS, and processes them asynchronously with Lambda.
Build a UI for a votingapp
This prompt allows for creating a complete Flask-based user interface from scratch on top of this application that only exposes APIs (https://github.com/aws-containers/votingapp). I often use this for demoing Amazon Q Developer capabilities but hopefully can inspire for other type of real usage.
Specification creation and planning prompts for development workflows.
Implementation Plan
Let Amazon Q create an implementation plan as a sequence of prompts that can be executed to implement a feature or task.
Specifications for development tasks
Use Amazon Q Developer to assist you in creating a step-by-step specification for a feature idea.
Prompts for test generation, QA, and testing strategies.
Add unit test
Adding unit tests for the code in the page
CDK Snapshot Tests for Typescript and jest
Uses the dev agent to create CDK snapshot tests following best practices and testing guidelines.
CDK unit tests for Typescript and jest
Testing constructs with fine-grained assertions focussing on covering relevant business logic, integration aspects and guardrails.
