feat(skills): add filters skill#51
Open
marekgieldatsh wants to merge 6 commits into
Open
Conversation
58b346f to
649eb01
Compare
Ku3iK
requested changes
Apr 21, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new “Implementing Filters” skill to the Copilot Collections skill set, providing guidance for type-safe URL-synced filters (schema, serialization, hooks, and navigation strategy) plus framework-specific references.
Changes:
- Introduces the new
.github/skills/tsh-implementing-filters/skill with a full SKILL guide and React Router / Next.js reference docs. - Adds a new website docs page for the skill and links the skill from related existing skills.
- Updates the
tsh-software-engineeragent to include the new skill in its “Skills Usage Guidelines”.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| website/docs/skills/implementing-filters.md | Adds the documentation page for the new skill (sidebar + key areas + connected skills). |
| .github/skills/tsh-writing-hooks/SKILL.md | Links to tsh-implementing-filters as a connected skill (hook composition tie-in). |
| .github/skills/tsh-implementing-frontend/SKILL.md | Links to tsh-implementing-filters for filter-sync patterns consumed by components. |
| .github/skills/tsh-implementing-forms/SKILL.md | Links to tsh-implementing-filters for form-driven filter UIs. |
| .github/skills/tsh-implementing-filters/references/react-patterns.md | Adds React Router v6+ patterns for reading/updating search params and binding a useFilters hook. |
| .github/skills/tsh-implementing-filters/references/nextjs-patterns.md | Adds Next.js App Router patterns for URL param reading/navigation and server component constraints. |
| .github/skills/tsh-implementing-filters/SKILL.md | Adds the main “Implementing Filters” skill content (principles, steps, checklist, API contract). |
| .github/agents/tsh-software-engineer.agent.md | Adds tsh-implementing-filters to the agent’s recommended skill list. |
7bd8e71 to
881f900
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.