new-testimonial

Create testimonial entries with YAML frontmatter and Markdown in src/content/testimonials/.

1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/bluewaves-creations/website-foundation --skill new-testimonial
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-testimonial
Source: https://github.com/bluewaves-creations/website-foundation/tree/main/.claude/skills/new-testimonial
Command: npx skills add https://github.com/bluewaves-creations/website-foundation --skill new-testimonial

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of adding new customer testimonials to your website, ensuring they are correctly formatted and placed.

Core Features & Use Cases

  • Structured Content Creation: Generates testimonial entries with author, role, company, and quote.
  • Automated File Naming: Creates appropriate filenames based on the author's name.
  • Use Case: A marketing manager needs to quickly add a glowing review from a recent client to the "Testimonials" section of the company website.

Quick Start

Use the new-testimonial skill to add a testimonial from "Alice Wonderland".

Frequently Asked Questions about new-testimonial

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

FAQPage Schema
How do I add customer testimonials to my website content?

Adding customer testimonials to website content involves creating Markdown files with YAML frontmatter. This Skill generates entries in the `src/content/testimonials/` directory, capturing the author name, role, company, rating, and quote text.

What is the best way to format customer reviews for a content directory?

Formatting customer reviews for a content directory requires proper YAML frontmatter and a Markdown body. This Skill structures the quote text, author details, and publication dates automatically to ensure consistency across your website files.

How are testimonial files named when saving customer quotes?

Testimonial files are named using a kebab-case format generated automatically from the user-provided author names. This ensures your customer quotes are saved with consistent, URL-friendly filenames in the content directory.

Can I include a star rating and company role when I add a testimonial?

Yes, you can include a star rating and company role when adding a testimonial. The Skill supports user-provided metadata for author names, roles, companies, ratings, and the quote text within the YAML frontmatter of the file.

Do I need to manually set the publication date for website testimonials?

You do not need to manually set the publication date for website testimonials. The Skill automatically includes the publication date within the YAML frontmatter when it creates the new Markdown entry in your content directory.