-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextension.yml
More file actions
32 lines (27 loc) · 902 Bytes
/
extension.yml
File metadata and controls
32 lines (27 loc) · 902 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
schema_version: "1.0"
extension:
id: "staff-review"
name: "Staff Review"
version: "1.0.0"
description: "Staff-engineer-level code review that validates implementation against spec, checks security, performance, and test coverage"
author: "arunt14"
repository: "https://github.com/arunt14/spec-kit-staff-review"
license: "MIT"
homepage: "https://github.com/arunt14/spec-kit-staff-review"
requires:
speckit_version: ">=0.1.0"
provides:
commands:
- name: "speckit.staff-review.run"
file: "commands/run.md"
description: "Perform a staff-engineer-level code review of implementation changes"
hooks:
after_implement:
command: "speckit.staff-review.run"
optional: true
prompt: "Run staff-level code review?"
description: "Reviews implementation changes against spec for correctness, security, and quality"
tags:
- "code"
- "review"
- "quality"