Prompt for comprehensive metrics tracking
Claude fixing bugs using --chrome flag
Full cost audit using AWS CLI
Done end-to-end by Claude
PRESENTED BY
CTO @ Enginy
One prompt to generate comprehensive metrics
Can you please add as many metrics as possible to get a good picture
of what is happening with credits:
- How many times modals are opened
- Which modals are being opened
- When users click on various elements
- User interaction patterns
- etc.
Make it VERY VERY DETAILED.
And then give me JSON to create a dashboard in Datadog.
Browser verification + Temporal workflow testing
Run with browser access
claude --chrome
Navigate to post page
Claude sees the like button isn't working
Verify the fix visually
Takes screenshot to confirm post is now liked
Claude runs the workflow directly to test the backend fix:
# Claude executes the workflow to test
temporal workflow execute \
--type PostLikeWorkflow \
--task-queue main \
--input '{"postId": "123"}'
Sees the workflow succeed, confirming the backend fix works.
Key insight: Claude verifies fixes end-to-end: visually in the browser AND by running the actual Temporal workflow. No manual testing needed.
Full audit using AWS CLI
My prompts to Claude Code:
Use aws cli to see where we are spending money and how we could save money
Provide a pdf report with how we could save money
Also provide an .md file with all the steps that you did
aws ce get-cost-and-usage --group-by SERVICE
aws ce get-savings-plans-purchase-recommendation
aws ce get-reservation-purchase-recommendation
aws ce get-cost-and-usage --filter SERVICE --group-by USAGE_TYPE
Savings Plans
$116/mo
ElastiCache RI
$15/mo
IPv4 Cleanup
$30-50/mo
CloudWatch Opt
$50-100/mo
Output: PDF report + markdown docs with 8 analysis steps. Claude used pandoc + weasyprint for PDF generation.
Done end-to-end by Claude
This entire presentation was created by Claude Code with a single prompt:
Create a new presentation using the other ones as templates.
The presentation should be for AI Guild.
I want to present these three things, each one in one slide:
- [Metrics prompt example]
- [E2E bug fix example]
- This presentation, done e2e by Claude
🔍
Read existing presentations
📁
Set up folder and assets
✍️
Generated all slides
☁️
S3, CloudFront, GitHub Actions
My role: Prompting + reviewing each step. Claude did all the coding, file operations, AWS infra setup, and CI/CD pipeline.
AI Guild