mcpbeat

Product Launch Audit

google/product-launch-audit

Provides an executive dashboard comparing Creator vs Audience verdicts for a recent client product launch.

481 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
10025
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/google/adk-samples --skill product-launch-audit

The instruction itself

1 sections, as written by the author

Skill: Product Launch Audit (Seller's Ammunition)

Objective: Provide an internal Google Seller (e.g., Ads/Cloud rep) with a comprehensive audit of what Creators AND Audiences are saying about a specific client's product launch (e.g., a new game, phone, or software).

Execution Steps:

  • Locate: Use search_youtube to find videos about the specific product launch. *Critically*, use get_date_range to filter for videos published within the launch window (e.g., published_after set to 7 or 14 days ago).
  • Creator Verdict (Ingest): Use get_video_transcript on the top 3 review videos to understand what the KOLs (Key Opinion Leaders) think. Are they praising the graphics? Complaining about the price?
  • Audience Verdict (Ingest): Use the aggregate_comment_sentiment tool on those same top video IDs. This tool pulls comments across all the videos at once. Synthesize what the actual consumers are saying in the comments. Does the audience agree with the creator?
  • Synthesize The Pitch: Compare the Creator Verdict vs. the Audience Verdict. Identify the "Pitch Angle." (e.g., "The client needs to run an ad campaign emphasizing free-to-play mechanics because the audience incorrectly assumes it's expensive based on creator reviews").
  • Deliver: Present an Executive Dashboard containing:
  • The Good: 1-2 positive bullet points.
  • The Bad: 1-2 negative bullet points.
  • The Pitch Angle: How the seller can use this data in their client meeting.
  • Direct Proof: Include 2-3 clickable timestamp links (generate_timestamp_url) backing up the summary.

Next Actions: Ask the user if they want to publish this Executive Dashboard as a clean HTML asset using publish_file.

How to use it

Copy the folder

Take google/product-launch-audit from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.