points-reconciliation Skill
Reconcile a customer's BlastPoints loyalty balance after a complex visit (purchases, returns, promo multipliers, expiry) and convert the net balance to store credit. Use when an associate asks about a member's points, or after a return that should claw back previously earned points. The skill runs a bundled Python scri Published by microsoft in new-copilot-studio-tech-guide.
What is points-reconciliation Skill?
Reconcile a customer's BlastPoints loyalty balance after a complex visit (purchases, returns, promo multipliers, expiry) and convert the net balance to store credit. Use when an associate asks about a member's points, or after a return that should claw back previously earned points. The skill runs a bundled Python scri Published by microsoft in new-copilot-studio-tech-guide. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Writing
- Writing use cases
Technical details
- Install or run with Copy skill directory
When to use points-reconciliation Skill
- Use it for writing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/new-copilot-studio-tech-guide
- Skill file: sample/archive/store-solution/skills/points-reconciliation/SKILL.md
What it does
Reconcile a customer's BlastPoints loyalty balance after a complex visit (purchases, returns, promo multipliers, expiry) and convert the net balance to store credit. Use when an associate asks about a member's points, or after a return that should claw back previously earned points. The skill runs a bundled Python scri
Skill instructions
BlastPoints Loyalty Reconciliation (BlastBox Omega) This skill reconciles a member's BlastPoints after a visit that involves any mix of earning, returns (clawback), promo events, and expiry, and converts the net balance to store credit. The points math must be exact, so you run the bundled pointsreconciliation.py script — never estimate points by hand, and never write your own code. When to use Use this skill when an associate asks things like: - "How many BlastPoints does this member have after today?" - "They returned a console — claw back the points they earned on it." - "What's that worth in store credit?" Confirm the member's tier with the Membership MCP / Store Policy Agent first, and confirm any promo multiplier in effect with the Store Policy Agent (Policy RAG MCP, searchpolicy "BlastPoints promo"). The points rules (single source of truth) These mirror the BlastPoints Loyalty Program Terms held by the Store Policy Agent: 1. Base earn: 10 points per $1 of merchandise. 2. Promo
Explore related resources
Frequently asked questions
What is points-reconciliation?
points-reconciliation is a open-source AI agent skill with Copy skill directory. Reconcile a customer's BlastPoints loyalty balance after a complex visit (purchases, returns, promo multipliers, expiry) and convert the net balance to store credit.
Who is points-reconciliation best for?
points-reconciliation is best for reusing agent instructions, scripts, and references, writing workflows.
How do I install points-reconciliation?
Install or run points-reconciliation using Copy skill directory. Check points-reconciliation for the latest setup command.
Is points-reconciliation actively maintained?
points-reconciliation may need a closer maintenance check before production use.
Auto-fetched from GitHub.