targetbay-reviews
v0.2.0Skills that decide when a store should ask for a review, which products are short of proof, how to answer a falling rating, where proof belongs on the storefront, and where existing proof earns its place. Vendor-neutral reasoning; the TargetBay Reviews MCP supplies the capabilities.
By TargetBayLicense: MIT1 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install targetbay-reviews for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install targetbay-reviews@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/targetbay360/targetbay-agent-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/targetbay-reviews/.
Plugin files
├── .claude-plugin/plugin.json├── skills/proof-placement/SKILL.md├── skills/rating-diagnosis/SKILL.md├── skills/review-coverage/SKILL.md├── skills/review-program-audit/SKILL.md└── skills/review-request-program/SKILL.md
Included Skills5
Use when reviews and UGC exist but are not working — deciding where proof should appear on the site, which proof belongs on which page, whether to add badges, carousels or galleries, and whether existing photo and video can be reused in email, ads or social. Also use when a placement was added and nothing changed.
Use when a rating is falling, a product is attracting low ratings, negative reviews are clustering around a theme, or someone asks why a score dropped and what to do about it. Produces the cause and a response, including which reviews warrant a public reply. Use before any plan that tries to raise a rating.
Use when the question is where a store is short of social proof — which products, categories or price bands carry no reviews, too few, stale ones, or no photos — and what that absence is costing. This is the targeting skill every other review skill routes through; use it before planning requests, placements or a rating response, and whenever someone asks "which products need reviews."
Use for an open-ended assessment of a store's whole review and UGC programme — when someone asks what is wrong with our reviews, where to start, what to fix first, or wants a review of the programme without naming a specific problem. Scans collection, ratings, display and distribution together and ranks what is most worth fixing.
Use when a store needs to collect more reviews — designing or fixing how and when it asks customers, choosing the trigger and the delay, deciding which products to prioritise, adding or removing a follow-up, or working out why submissions are low despite requests going out. Covers photo and video asks as well as text.
Plugin manifests1
{
"name": "targetbay-reviews",
"description": "Skills that decide when a store should ask for a review, which products are short of proof, how to answer a falling rating, where proof belongs on the storefront, and where existing proof earns its place. Vendor-neutral reasoning; the TargetBay Reviews MCP supplies the capabilities.",
"version": "0.2.0",
"author": {
"name": "TargetBay",
"email": "[email protected]",
"url": "https://targetbay.com"
},
"homepage": "https://targetbay.com",
"repository": "https://github.com/targetbay360/targetbay-agent-skills",
"license": "MIT",
"keywords": [
"agent-skills",
"claude",
"mcp",
"reviews",
"ugc",
"social-proof",
"ratings",
"ecommerce",
"targetbay"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[targetbay-reviews on Agent Plugins Marketplace](https://pluginsmp.com/plugins/targetbay-reviews)