Skip to content

Commit daab5cc

Browse files
committed
fixes by the scripts
1 parent 8fda3e6 commit daab5cc

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
],
2424
"name": "rfe-creator",
2525
"repository": "https://github.com/jwforres/rfe-creator",
26-
"skills": ["./.claude/skills"],
26+
"skills": [
27+
"./.claude/skills"
28+
],
2729
"source": {
2830
"ref": "main",
2931
"repo": "jwforres/rfe-creator",
@@ -69,13 +71,11 @@
6971
],
7072
"name": "test-plan",
7173
"repository": "https://github.com/fege/test-plan",
72-
"skills": ["./.claude/skills"],
7374
"source": {
7475
"ref": "main",
7576
"repo": "fege/test-plan",
7677
"source": "github"
7778
},
78-
"strict": false,
7979
"version": "0.1.0"
8080
}
8181
]

catalog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@ Tags: test-plan, test-cases, quality, strategy
4545
| Skill | Description |
4646
|-------|-------------|
4747
| `/test-plan.create` | Generate a test plan from a strategy |
48-
| `/test-cases.create` | Generate test case files from a test plan |
48+
| `/test-plan.create-cases` | Generate test case files from a test plan |
49+
| test-plan.analyze.endpoints | Extract scope and API endpoints |
50+
| test-plan.analyze.risks | Determine test levels, priorities, and risks |
51+
| test-plan.analyze.infra | Identify environment and infrastructure needs |
52+
| test-plan.review | Review test plan for completeness |
4953

5054
```bash
5155
/plugin install test-plan@opendatahub-skills

registry.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,15 +143,14 @@ plugins:
143143
type: github
144144
repo: fege/test-plan
145145
ref: main
146-
strict: false
147146
skills_dir: .claude/skills
148147
homepage: https://github.com/fege/test-plan
149148
repository: https://github.com/fege/test-plan
150149
skills:
151150
- name: test-plan.create
152151
description: Generate a test plan from a strategy
153152
user-invocable: true
154-
- name: test-cases.create
153+
- name: test-plan.create-cases
155154
description: Generate test case files from a test plan
156155
user-invocable: true
157156
- name: test-plan.analyze.endpoints

0 commit comments

Comments
 (0)