Skip to content

Conversation

@aaronpowell
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings August 14, 2025 02:09
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR restructures the README generation script to reorder sections and modify table layouts for better presentation. The changes prioritize Custom Chat Modes over Custom Instructions and consolidate install badges within title columns.

  • Reorders the feature comparison table to highlight Custom Chat Modes first
  • Removes separate install columns and integrates badges into title columns
  • Changes section ordering in the generated README

You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.

promptsContent += `| [${title}](${link})<br />${badges} | ${customDescription} |\n`;
} else {
promptsContent += `| [${title}](${link}) | | ${badges} |\n`;
promptsContent += `| [${title}](${link})<br />${badges} | | |\n`;
Copy link

Copilot AI Aug 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line creates a table row with 3 columns but the table header only has 2 columns. Remove the extra empty column separator to match the 2-column header format.

Suggested change
promptsContent += `| [${title}](${link})<br />${badges} | | |\n`;
promptsContent += `| [${title}](${link})<br />${badges} | |\n`;

Copilot uses AI. Check for mistakes.
chatmodesContent += `| [${title}](${link})<br />${badges} | ${customDescription} |\n`;
} else {
chatmodesContent += `| [${title}](${link}) | | ${badges} |\n`;
chatmodesContent += `| [${title}](${link})<br />${badges} | | |\n`;
Copy link

Copilot AI Aug 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line creates a table row with 3 columns but the table header only has 2 columns. Remove the extra empty column separator to match the 2-column header format.

Suggested change
chatmodesContent += `| [${title}](${link})<br />${badges} | | |\n`;
chatmodesContent += `| [${title}](${link})<br />${badges} | |\n`;

Copilot uses AI. Check for mistakes.
@aaronpowell aaronpowell merged commit 33d7cde into main Aug 14, 2025
4 checks passed
@aaronpowell aaronpowell deleted the new-readme branch August 14, 2025 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants