34 lines
1.1 KiB
Markdown
34 lines
1.1 KiB
Markdown
---
|
|
status: resolved
|
|
parent: "[[031-slice-skill-map]]"
|
|
claimed-by: "019fbb2a-dbcd-79d2-ae72-c5bcdd1d714e"
|
|
claimed-at: "2026-07-31T23:33:26-04:00"
|
|
blocked-by:
|
|
- "[[034-slice-skill-source-task]]"
|
|
tags:
|
|
- ticket/task/afk
|
|
---
|
|
|
|
# Slice skill package verification
|
|
|
|
## Question
|
|
|
|
Verify that the new `slice` skill is correctly packaged by the skills repository.
|
|
|
|
## What to build
|
|
|
|
Run the repository validation required for a newly added untracked skill source and fix any packaging or formatting issues that appear.
|
|
|
|
## Acceptance criteria
|
|
|
|
- [x] `nix flake check "path:$PWD"` passes.
|
|
- [x] The new `slice` skill is included by the repository's skill discovery.
|
|
- [x] No generated skill links are edited as source.
|
|
|
|
## Implementation Notes
|
|
|
|
Ran `nix flake check "path:$PWD"` from `/home/alexion/wrk/skills`.
|
|
The check passed and evaluated `packages.x86_64-linux.slice` plus `checks.x86_64-linux.slice`.
|
|
The command warned that incompatible systems `aarch64-darwin` and `aarch64-linux` were omitted.
|
|
`git status --short` shows only the new untracked `skills/slice/` source directory inside this repository.
|