Starbucks2026

Validate Starbucks promotion eligibility using Python scripts and customer records.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/KelvinYauK/test --skill starbucks2026
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Starbucks2026
Source: https://github.com/KelvinYauK/test/tree/main/skills/Starbucks2026
Command: npx skills add https://github.com/KelvinYauK/test --skill starbucks2026

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill checks if a customer is eligible for a promotional reward from Starbucks.

Core Features & Use Cases

  • Eligibility Check: Validates promotion terms for new customers.
  • Customer Profile Analysis: Inspects customer data like customer ID, new status, application date, and transactions.
  • Promotion Rules: Considers promotion period, spending requirements, and account status.
  • Use Case: A customer with a new account is eligible for a welcome reward upon meeting specific criteria.

Quick Start

Check if customer with ID 'customer123' is eligible for the Starbucks promotion.

Frequently Asked Questions about Starbucks2026

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check if a customer is eligible for a Starbucks new customer promotion?

To validate promotion eligibility, verify the customer's new account status, spending requirements, and account details against promotion criteria. The process inspects customer data like application date and transactions to confirm if spending thresholds are met.

What customer data is needed to validate promotion eligibility?

Validating promotion eligibility requires customer data including customer ID, new status, application date, and transaction history. This information is checked against promotion terms, spending thresholds, and account status to determine reward qualification.

Do I need Python scripts to automate customer relationship management for promotion validation?

Yes, Python scripts are required to automate this promotion validation. The scripts process customer records and apply marketing automation logic to check account history and spending requirements against defined promotional criteria.

Can I use customer data analysis to verify spending requirements for a welcome reward?

Yes, customer data analysis is used to verify spending requirements for a welcome reward. The Skill analyzes transaction history and account details to ensure the customer meets specific spending thresholds during the promotion period.

What are the limitations of automating promotion validation with customer records?

The limitation of automating promotion validation is the strict dependency on accessing accurate customer records and Python scripts. Without complete account history and transaction data, the eligibility check cannot accurately verify spending thresholds or new customer status.