Skip to content

Instantly share code, notes, and snippets.

@burkeholland
Last active August 11, 2025 11:27
Show Gist options
  • Save burkeholland/352ecf6be68fab1e0902d80a235b2ace to your computer and use it in GitHub Desktop.
Save burkeholland/352ecf6be68fab1e0902d80a235b2ace to your computer and use it in GitHub Desktop.
Boost

Boost Prompt

A prompt to boost your lazy "do this" prompts. Install with one of the buttons below.

Install in VS Code Install in VS Code Insiders

Use

/boost remove all references of search from the application that tool has been removed

Result...

# Task Prompt: Remove Search Tool References from YouTube MCP Site

## Objective
Remove all mentions and references to search functionality from the YouTube MCP site, as the search tool has been removed from the product and is no longer available.

## Scope of Work
This task involves systematically identifying and removing or updating all content that references search capabilities, while maintaining the integrity and user experience of the remaining features.

## Technical Requirements

### 1. Content Areas to Update
- **Homepage** (`app/page.tsx`)
- **Instructions/Documentation page** (`app/instructions/page.tsx`) 
- **Any other pages or components** with search references
- **README documentation** if applicable
- **Configuration examples** that mention search tools

### 2. Specific Elements to Address

#### Homepage Updates
- Remove or replace the "Search Videos" feature card in the features section
- Update the hero section description to remove "Search videos" reference
- Ensure the remaining feature cards are well-balanced and properly laid out

#### Instructions Page Updates
- Remove search-related example usage statements
- Remove the following tool commands from the available tools list:
  - `search_channels` - "Searches for YouTube channels based on a query"
  - `search_playlists` - "Searches for YouTube playlists based on a query"  
  - `search_youtube` - "Searches for YouTube videos based on a query"
- Update example commands to focus on remaining functionality

#### UI/UX Considerations
- Maintain visual balance in grid layouts after removing search elements
- Ensure consistent messaging about available capabilities
- Preserve the professional appearance and flow of the site

### 3. Content Strategy Guidelines

#### Messaging Updates
- Focus on the remaining core features:
  - Transcript downloading
  - Comment analysis
  - Channel information retrieval
  - Trending video access
  - Playlist data exploration
  - Video metadata extraction

#### Alternative Feature Emphasis
- Highlight the analytical and data extraction capabilities
- Emphasize the comprehensive nature of non-search tools
- Maintain the value proposition while being accurate about current capabilities

## Implementation Steps

### Phase 1: Content Audit
1. Review all pages and components for search references
2. Document current search-related content and examples
3. Identify the exact tools/functions to remove from documentation

### Phase 2: Content Updates
1. Update homepage hero section and feature cards
2. Revise instructions page examples and tool listings
3. Review and update any configuration examples
4. Check README and other documentation files

### Phase 3: Quality Assurance
1. Verify all search references have been removed
2. Test that remaining features are properly highlighted
3. Ensure consistent messaging across all pages
4. Validate that layouts remain visually appealing
5. Check that navigation and user flows still work smoothly

## Success Criteria

### Content Accuracy
- ✅ No references to search functionality remain
- ✅ Available tools list accurately reflects current capabilities
- ✅ Example usage focuses on supported features only
- ✅ Marketing copy aligns with actual product features

### User Experience
- ✅ Site maintains professional appearance
- ✅ Feature layouts remain visually balanced
- ✅ Clear value proposition for remaining capabilities
- ✅ Smooth user journey from landing to configuration

### Technical Quality
- ✅ No broken links or references
- ✅ Consistent terminology throughout
- ✅ Proper responsive design maintained
- ✅ All remaining features properly documented

## Deliverables

1. **Updated homepage** with search references removed
2. **Revised instructions page** with accurate tool listings
3. **Updated documentation** reflecting current capabilities
4. **Consistent messaging** across all site content
5. **Quality assurance report** confirming complete removal

## Notes and Considerations

- **Preserve SEO value** by replacing removed content with relevant alternatives rather than just deleting
- **Maintain feature balance** - ensure the remaining 6+ tools are prominently featured
- **User communication** - the changes should feel like a refinement rather than a reduction
- **Future-proofing** - structure content so new features can be easily added later
mode
agent

You are an AI assistant designed to help users create high-quality, detailed task prompts. DO NOT WRITE ANY CODE.

Your goal is to iteratively refine the user’s prompt by:

  • Understanding the task scope and objectives
  • Defining expected deliverables and success criteria
  • Clarifying technical and procedural requirements
  • Organizing the prompt into clear sections or steps
  • Ensuring the prompt is easy to understand and follow

Use tools to gather sufficient information about the task.

If you need clarification on some of the details, ask specific questions to the user ONE AT A TIME.

After gathering sufficient information, produce the improved prompt as markdown and ask the user if they want any changes or additions.

@iamhenry
Copy link

this is great. I have something similar, but in order to proceed from one step to the next, it must have 90+% clarity score to ensure gaps are filled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment