copilot-collections
Structured Copilot workflows for discovery, implementation, and review
All Skills in This Repository (14)
Pure Emerald Level Indicatorstask-analysis
Analyze task descriptions to identify gaps and generate a task brief.
transcript-processing
Clean raw workshop transcripts into structured documents with topics, decisions, and action items.
e2e-testing
Automate Playwright end-to-end tests with page objects and network mocking.
task-quality-review
Analyze Gate 1 task lists for gaps and generate accept/reject suggestions.
ui-verification
Compare implemented interfaces against Figma designs and generate structured verification reports.
implementation-gap-analysis
Analyze task inputs and current codebase to document implementation gaps.
sql-and-database
Design relational database schemas and write SQL across PostgreSQL and MySQL.
code-review
Verify code changes against task descriptions, plans, and acceptance criteria.
task-extraction
Extract epics and user stories from workshop materials into a business task breakdown.
technical-context-discovery
Analyze codebase patterns and instruction files to establish project conventions before implementation.
architecture-design
Analyze codebases and produce phased implementation plans with gap analysis.
jira-task-formatting
Format extracted epics and stories into Jira-ready markdown with field mapping.
Frequently Asked Questions
FAQPage SchemaHow to install Copilot Collections?βΌ
Run `npx skills add TheSoftwareHouse/copilot-collections --all -g -y` in your terminal to install all skills globally.
What does Copilot Collections do?βΌ
It gives GitHub Copilot a structured workflow: analyze workshop materials, plan implementations, write code, and run reviews. You start with commands like /tsh-implement or /tsh-review.
Does it work with VS Code GitHub Copilot?βΌ
Yes. It is built specifically for GitHub Copilot in VS Code and requires Copilot Pro or higher with VS Code 1.109 or later.
Can it turn workshop notes into Jira tickets?βΌ
Yes. The /tsh-analyze-materials workflow cleans transcripts, extracts epics and user stories, and formats them as Jira-ready issues.
Do I need to configure every agent manually?βΌ
No. You only need the main entry points like /tsh-implement and /tsh-review; the supporting agents and skills load automatically when needed.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core