[Community Skill] Jest#6
Conversation
Review SummaryHey @Mane087! Great Jest skill submission. Here's what needs to be fixed for CI to pass: 1. Frontmatter Format IssueThe frontmatter has a formatting problem - there's an extra line with dashes at the end that shouldn't be there: ---
name: jest
description: >
...
allowed-tools: Read, Edit, Write, Glob, Grep, Bash, WebFetch, WebSearch, Task
----------------------------------------------------------------------------- # ← Remove this lineShould be: ---
name: jest
description: >
Jest testing patterns and best practices for modern TypeScript/JavaScript projects.
Trigger: Writing, refactoring, or reviewing Jest unit/integration tests.
metadata:
author: gentleman-programming
version: "1.0"
---2. Remove Extra FieldsRemove these non-standard fields from frontmatter:
What's Good
Once you fix the frontmatter, CI should pass. Thanks for contributing! |
|
Ok, I got it. I'm gonna apply those suggestions |
🗳️ Community Skill VotingThank you for submitting jest! How to VoteCommunity members, please vote using reactions on this PR:
Voting PeriodEnds: Saturday, January 31, 2026 (7 days from now) Acceptance Criteria
This comment was automatically generated. Maintainers may fast-track exceptional contributions. |
⏰ Voting Period EndedUnfortunately, this PR did not receive the minimum required votes (3). Results: +0 / -0 (0 total votes) The PR will remain open for another week. Please help spread the word! If no votes are received in the extended period, this PR may be closed. |
Community Skill Submission
Skill Name
Jest
Description
Project-agnostic Jest patterns for modern TypeScript/JavaScript testing. Covers:
Why This Skill?
Jest is widely used across frontend, backend, and shared libraries. This skill helps AI assistants produce deterministic, maintainable, low-flake tests and choose correct mocking/testing patterns without over-mocking or introducing brittle snapshots.
Checklist
community/folderSKILL.mdwith proper structureFramework/Library Version
Jest 29+ (recommended baseline; works with modern TS/ESM setups)
Testing
Validated patterns across multiple TS/JS codebases:
Voting
Community members: Please vote using reactions!
Voting period: 7 days from PR creation.