What problem does it solve? After finishing code changes, engineers must manually commit, deploy to PPE, test affected interfaces, and check logs for errors. This Skill orchestrates that entire verification workflow as a state-driven, resumable process so nothing is skipped or faked. ## Core Features & Use Cases - State-Driven Workflow: Tracks five phases (info_collection, deploy, api_testing, log_verify, completion) in a status.json file, supporting interruption recovery and rollback to re-test when log verification finds issues. - Automated Deployment & Testing: Commits and pushes code, creates DevFlow tasks, polls PPE deployment status, then runs RPC/HTTP interface tests via bam-query across all VRegion/VDC combinations. - Log Verification & Reporting: Queries Argos logs for errors and panics, accounts for log ingestion delay, and generates a final verification report. - Use Case: After adding a new field to a user profile API, run this Skill to automatically detect affected interfaces, deploy the branch to PPE, test each interface in every region, verify logs are clean, and produce a summary report. ## Quick Start Ask the agent to run post-coding verification for your current branch, deploying to PPE and testing the changed interfaces.