-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathspec.yaml
More file actions
23 lines (19 loc) · 1.03 KB
/
Copy pathspec.yaml
File metadata and controls
23 lines (19 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Matt Pocock setup-pre-commit Skill
# Set up Husky pre-commit hooks with lint-staged, type checking, and tests.
# Source: https://github.com/mattpocock/skills
# Will publish as: ghcr.io/stacklok/dockyard/skills/setup-pre-commit:0.1.0
metadata:
name: setup-pre-commit
description: "Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when the user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing."
spec:
repository: "https://github.com/mattpocock/skills"
ref: "068b6e0c62393147daf03530149cdce209c93da8" # main as of 2026-08-06
path: "skills/misc/setup-pre-commit"
version: "0.4.2"
provenance:
repository_uri: "https://github.com/mattpocock/skills"
repository_ref: "refs/heads/main"
security:
allowed_issues:
- rule_id: MANIFEST_MISSING_LICENSE
reason: "mattpocock/skills is licensed MIT at the repository root; upstream does not embed an SPDX license identifier in per-skill SKILL.md frontmatter."