@ngocsangairvds/vsaf 4.0.0 → 4.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/packages/cli/dist/commands/install.d.ts.map +1 -1
- package/packages/cli/dist/commands/install.js +13 -0
- package/packages/cli/dist/commands/install.js.map +1 -1
- package/skills/sdlc/discovery/SKILL.md +20 -5
- package/skills/sdlc/implement/SKILL.md +47 -14
- package/skills/sdlc/pack.yaml +1 -1
- package/skills/vds-skill/_shared/credentials.sh +79 -0
- package/skills/vds-skill/create-bitbucket-pr/SKILL.md +47 -0
- package/skills/vds-skill/create-bitbucket-pr/scripts/create-pr.sh +107 -0
- package/skills/vds-skill/create-jira-epic/SKILL.md +46 -0
- package/skills/vds-skill/create-jira-epic/scripts/create-epic.sh +113 -0
- package/skills/vds-skill/pack.yaml +24 -0
- package/skills/vds-skill/pull/SKILL.md +38 -0
- package/skills/vds-skill/pull/scripts/pull.sh +52 -0
- package/skills/vds-skill/push-prd/SKILL.md +218 -0
- package/skills/vds-skill/push-srs/SKILL.md +108 -0
- package/skills/vds-skill/search-confluence/SKILL.md +44 -0
- package/skills/vds-skill/search-confluence/scripts/search.sh +137 -0
- package/skills/vds-skill/vds-scripts-skill/.openskills.json +6 -0
- package/skills/vds-skill/vds-scripts-skill/QUALITY.md +44 -0
- package/skills/vds-skill/vds-scripts-skill/SKILL.md +127 -0
- package/skills/vds-skill/vds-scripts-skill/references/audit-commands.md +171 -0
- package/skills/vds-skill/vds-scripts-skill/references/capability-index.md +34 -0
- package/skills/vds-skill/vds-scripts-skill/references/development-commands.md +12 -0
- package/skills/vds-skill/vds-scripts-skill/references/google-sheets.md +71 -0
- package/skills/vds-skill/vds-scripts-skill/references/integration-commands.md +17 -0
- package/skills/vds-skill/vds-scripts-skill/references/platform-bootstrap.md +31 -0
- package/skills/vds-skill/vds-scripts-skill/references/specialist-routing.md +14 -0
- package/skills/vds-skill/vds-scripts-skill/references/validation-commands.md +15 -0
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: vds-scripts-skill
|
|
3
|
+
description: Use the WHO VDS scripts ecosystem as the platform entrypoint for routed CLI commands, workspace capabilities, and skill delegation. Use when you need to choose the right vds-cli command family, understand the current WHO scripts surface, or route to the correct specialist skill.
|
|
4
|
+
license: Apache-2.0
|
|
5
|
+
metadata:
|
|
6
|
+
version: "1.1.0"
|
|
7
|
+
author: "VDS Platform Team"
|
|
8
|
+
category: "infrastructure"
|
|
9
|
+
tags:
|
|
10
|
+
- cli
|
|
11
|
+
- routing
|
|
12
|
+
- orchestrators
|
|
13
|
+
- platform
|
|
14
|
+
- who
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
# VDS Scripts Skill
|
|
18
|
+
|
|
19
|
+
Use this skill as the **platform-routing entrypoint** for the WHO scripts ecosystem.
|
|
20
|
+
|
|
21
|
+
The VDS scripts ecosystem lives at `~/.claude/vds-scripts/` (installed via `vsaf global`).
|
|
22
|
+
|
|
23
|
+
This skill helps you:
|
|
24
|
+
- find the right `vds-cli` command family
|
|
25
|
+
- understand the current WHO scripts workspace surface
|
|
26
|
+
- identify whether a task belongs to a platform command or a specialist skill
|
|
27
|
+
- route humans and AI agents to the correct authoritative source
|
|
28
|
+
|
|
29
|
+
## When to Use
|
|
30
|
+
|
|
31
|
+
Use this skill when you need:
|
|
32
|
+
- a quick map of the WHO scripts ecosystem
|
|
33
|
+
- the right command family for a task
|
|
34
|
+
- the right specialist skill for deeper guidance
|
|
35
|
+
- bootstrap guidance for `vds-cli`, environment checks, and command discovery
|
|
36
|
+
- a capability index for current WHO automation surfaces
|
|
37
|
+
|
|
38
|
+
Do **not** use this skill as the authoritative deep runbook for:
|
|
39
|
+
- audit workflow execution → use `audit-orchestrator-skill`
|
|
40
|
+
- LLM-backed content evaluation → use `llm-analysis-skill`
|
|
41
|
+
- spec authoring/consolidation → use `spec-creation-skill`
|
|
42
|
+
- LSP setup and type-checking workflows → use `lsp-skill`
|
|
43
|
+
- circular dependency analysis → use `circular-dependency-skill`
|
|
44
|
+
|
|
45
|
+
## Canonical Sources
|
|
46
|
+
|
|
47
|
+
- Scripts workspace: `~/.claude/vds-scripts/`
|
|
48
|
+
|
|
49
|
+
## Primary Command Entry Points
|
|
50
|
+
|
|
51
|
+
```bash
|
|
52
|
+
# Via vds-cli (recommended — MCP-registered)
|
|
53
|
+
vds-cli --help
|
|
54
|
+
vds-cli confluence --help
|
|
55
|
+
vds-cli jira --help
|
|
56
|
+
vds-cli bitbucket --help
|
|
57
|
+
vds-cli git --help
|
|
58
|
+
|
|
59
|
+
# Direct uv invocation from vds-scripts root
|
|
60
|
+
~/.claude/vds-scripts/scripts/worktree_uv.sh run --directory ~/.claude/vds-scripts --package vds-cli vds-cli --help
|
|
61
|
+
~/.claude/vds-scripts/scripts/worktree_uv.sh run --directory ~/.claude/vds-scripts --package audit_orchestrator vds-audit --help
|
|
62
|
+
~/.claude/vds-scripts/scripts/worktree_uv.sh run --directory ~/.claude/vds-scripts --package spec_orchestrator vds-spec --help
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
## Platform Command Families
|
|
66
|
+
|
|
67
|
+
### Bootstrap and discovery
|
|
68
|
+
- `vds-cli env ...`
|
|
69
|
+
- `vds-cli status`
|
|
70
|
+
- `vds-cli doctor`
|
|
71
|
+
- `vds-cli docs ...`
|
|
72
|
+
|
|
73
|
+
### Integrations
|
|
74
|
+
- `vds-cli jira ...`
|
|
75
|
+
- `vds-cli confluence ...`
|
|
76
|
+
- `vds-cli bitbucket ...`
|
|
77
|
+
- `vds-cli git ...`
|
|
78
|
+
- `vds-cli elastic ...`
|
|
79
|
+
- `vds-cli grafana ...`
|
|
80
|
+
- `vds-cli sonarqube ...`
|
|
81
|
+
- `vds-cli vidp ...` — VIDP third-party gateway (trigger workflows, poll job status)
|
|
82
|
+
|
|
83
|
+
### Documentation and validation
|
|
84
|
+
- `vds-cli openapi ...`
|
|
85
|
+
- `vds-cli links ...`
|
|
86
|
+
- `vds-cli structure ...`
|
|
87
|
+
- `vds-cli schema ...`
|
|
88
|
+
- `vds-cli pdf ...`
|
|
89
|
+
- `vds-cli diagrams ...`
|
|
90
|
+
- `vds-cli excel ...`
|
|
91
|
+
- `vds-cli google-sheets ...`
|
|
92
|
+
- `vds-markdown ...` via `markdown_orchestrator`
|
|
93
|
+
|
|
94
|
+
### Development and workflow
|
|
95
|
+
- `vds-cli intellij ...`
|
|
96
|
+
- `vds-cli tasks ...`
|
|
97
|
+
- `vds-cli lsp ...`
|
|
98
|
+
- `vds-cli spec ...`
|
|
99
|
+
- `vds-cli audit ...`
|
|
100
|
+
- `vds-cli circular-dependency ...`
|
|
101
|
+
|
|
102
|
+
## Specialist Routing Map
|
|
103
|
+
|
|
104
|
+
- Audit workflow execution and readiness gates → `audit-orchestrator-skill`
|
|
105
|
+
- LLM-assisted doc/content scoring → `llm-analysis-skill`
|
|
106
|
+
- Spec creation and consolidation → `spec-creation-skill`
|
|
107
|
+
- CLI/orchestrator development standards → `cli-development-skill`
|
|
108
|
+
- LSP configuration and usage → `lsp-skill`
|
|
109
|
+
- Circular dependency analysis → `circular-dependency-skill`
|
|
110
|
+
- Research-backed investigation → `research-skill`
|
|
111
|
+
- Structural graph review → `code-review-graph-skill`
|
|
112
|
+
|
|
113
|
+
## Progressive Disclosure
|
|
114
|
+
|
|
115
|
+
Use these bundled references for depth:
|
|
116
|
+
- `references/platform-bootstrap.md`
|
|
117
|
+
- `references/capability-index.md`
|
|
118
|
+
- `references/integration-commands.md`
|
|
119
|
+
- `references/validation-commands.md`
|
|
120
|
+
- `references/development-commands.md`
|
|
121
|
+
- `references/specialist-routing.md`
|
|
122
|
+
|
|
123
|
+
## Notes
|
|
124
|
+
|
|
125
|
+
- Keep this file concise and routing-oriented; push deeper command catalogs into `references/`.
|
|
126
|
+
- For integrated `~/.claude/vds-scripts` workspace usage, Python 3.10+ is the preferred baseline.
|
|
127
|
+
- After updates, re-run `vsaf global` to sync skills to all agent surfaces.
|
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
# Audit Commands — VDS Scripts Skill
|
|
2
|
+
|
|
3
|
+
Detailed command reference for audit orchestrator operations.
|
|
4
|
+
|
|
5
|
+
These are interactive/operator command examples. From the umbrella monorepo root, prefer `./WHO-project/vds-scripts/scripts/worktree_uv.sh run --directory WHO-project/vds-scripts --package audit_orchestrator ...`. Inside a dedicated `vds-scripts` worktree, prefer `./scripts/worktree_uv.sh run --package audit_orchestrator ...`. Maintained shell scripts inside `WHO-project/vds-scripts` should source `scripts/vds_sh_helpers.sh` instead of copying raw operator patterns. Preferred integrated baseline for the `vds-scripts` workspace is Python 3.14+.
|
|
6
|
+
|
|
7
|
+
## Audit Prep Sequence (Hard-Cut State-First)
|
|
8
|
+
|
|
9
|
+
```/dev/null/audit-commands-prep-sequence.sh#L1-20
|
|
10
|
+
# 1) Seed centralized state from registry
|
|
11
|
+
./WHO-project/vds-scripts/scripts/worktree_uv.sh run --directory WHO-project/vds-scripts --package audit_orchestrator vds-audit parse-registry \
|
|
12
|
+
--registry-page "<REGISTRY_PAGE_URL_OR_ID>"
|
|
13
|
+
|
|
14
|
+
# 2) Sync repositories for code evidence
|
|
15
|
+
./WHO-project/vds-scripts/scripts/worktree_uv.sh run --directory WHO-project/vds-scripts --package audit_orchestrator vds-audit --json-only sync repos \
|
|
16
|
+
--bitbucket-project "<BITBUCKET_PROJECT_KEY>" \
|
|
17
|
+
--project-storage-key "<PROJECT_STORAGE_KEY>"
|
|
18
|
+
|
|
19
|
+
# 3) Materialize docs + code chunks
|
|
20
|
+
./WHO-project/vds-scripts/scripts/worktree_uv.sh run --directory WHO-project/vds-scripts --package audit_orchestrator vds-audit extract-docs \
|
|
21
|
+
--registry-page "<REGISTRY_PAGE_URL_OR_ID>" \
|
|
22
|
+
--project-storage-key "<PROJECT_STORAGE_KEY>" \
|
|
23
|
+
--output-dir "<EVIDENCE_DIR>"
|
|
24
|
+
|
|
25
|
+
# 4) Hard gate before workflow
|
|
26
|
+
./WHO-project/vds-scripts/scripts/worktree_uv.sh run --directory WHO-project/vds-scripts --package audit_orchestrator vds-audit --json-only state readiness \
|
|
27
|
+
--project "<PROJECT_STORAGE_KEY>" --repo "<REPO_SELECTOR>" \
|
|
28
|
+
| jq '{ready, docs_chunk_ready, code_chunk_ready}'
|
|
29
|
+
|
|
30
|
+
# 5) Phase 87 direct project/repo parsing
|
|
31
|
+
./WHO-project/vds-scripts/scripts/worktree_uv.sh run --directory WHO-project/vds-scripts --package audit_orchestrator vds-audit --json-only parse-project \
|
|
32
|
+
--project "<PROJECT_PAGE_ID>" > /tmp/parse-project.json
|
|
33
|
+
|
|
34
|
+
./WHO-project/vds-scripts/scripts/worktree_uv.sh run --directory WHO-project/vds-scripts --package audit_orchestrator vds-audit --json-only parse-repo \
|
|
35
|
+
--project "<PROJECT_PAGE_ID>" --bitbucket-project "<BITBUCKET_PROJECT_KEY>" \
|
|
36
|
+
--repo "<REPO_SELECTOR>" > /tmp/parse-repo.json
|
|
37
|
+
|
|
38
|
+
# 6) Execute workflow with resolved repo seed
|
|
39
|
+
./WHO-project/vds-scripts/scripts/worktree_uv.sh run --directory WHO-project/vds-scripts --package audit_orchestrator vds-audit workflow "<LOCAL_REPO_PATH>" \
|
|
40
|
+
--thread-id "<THREAD_ID>" --canonical-checklist \
|
|
41
|
+
--checklist-profile "<PROFILE_ID>" \
|
|
42
|
+
--seed-payload /tmp/parse-repo.json
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
## Selector Notes
|
|
46
|
+
|
|
47
|
+
- `parse-project` / `parse-repo` `--project` accepts only Confluence page-id selectors (numeric or URL with `pageId=<ID>`)
|
|
48
|
+
- Checklist precedence: `--checklist-page-id` > `--checklist-profile` > state profile resolution > canonical fallback `88722450`
|
|
49
|
+
- Phase 102 hard-cut: Legacy `CL-NNN:row_N` tokens not parsed; run `state migrate-row-keys --execute` first
|
|
50
|
+
- Phase 90 selector isolation: `parse-project` rejects Bitbucket keys in `--project`; use `parse-repo --bitbucket-project`
|
|
51
|
+
- `parse-repo` returns `repo_coverage` (project-wide) and `selected_repo_coverage` (filtered); use latter for single-repo seeds
|
|
52
|
+
- `sync repos` selectors: `--local` > `--bitbucket-project` > `--github-org` > `--git-url` (precedence)
|
|
53
|
+
|
|
54
|
+
## Audit Monitoring (Phase 68)
|
|
55
|
+
|
|
56
|
+
```/dev/null/audit-commands-monitoring.sh#L1-11
|
|
57
|
+
# Preflight credentials
|
|
58
|
+
./WHO-project/vds-scripts/scripts/worktree_uv.sh run --directory WHO-project/vds-scripts --package audit_orchestrator vds-audit \
|
|
59
|
+
--json-only doctor credentials --require-state-dsn
|
|
60
|
+
|
|
61
|
+
# Dual-source prep gate
|
|
62
|
+
./WHO-project/vds-scripts/scripts/worktree_uv.sh run --directory WHO-project/vds-scripts --package audit_orchestrator vds-audit \
|
|
63
|
+
--json-only state readiness --project "<PROJECT_KEY>" --repo "<REPO_KEY>" \
|
|
64
|
+
| jq '{ready, docs_chunk_ready, code_chunk_ready, hierarchy_ready}'
|
|
65
|
+
|
|
66
|
+
# Follow runtime logs
|
|
67
|
+
./WHO-project/vds-scripts/scripts/worktree_uv.sh run --directory WHO-project/vds-scripts --package audit_orchestrator vds-audit \
|
|
68
|
+
doctor logs-follow --follow --tail 200 --audit-id "<AUDIT_ID>" --json
|
|
69
|
+
|
|
70
|
+
# Crawl diagnostics (Phase 80)
|
|
71
|
+
./WHO-project/vds-scripts/scripts/worktree_uv.sh run --directory WHO-project/vds-scripts --package audit_orchestrator vds-audit \
|
|
72
|
+
doctor crawl-status --project-storage-key "<PROJECT_KEY>"
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
## Corpus Lifecycle (Phase 94)
|
|
76
|
+
|
|
77
|
+
```bash
|
|
78
|
+
# Dry-run purge
|
|
79
|
+
vds-audit --json-only corpus purge --project "<PROJECT_KEY>"
|
|
80
|
+
|
|
81
|
+
# Execute purge with advisory lock
|
|
82
|
+
vds-audit --json-only corpus purge --project "<PROJECT_KEY>" --execute
|
|
83
|
+
|
|
84
|
+
# Keep latest, purge older
|
|
85
|
+
vds-audit corpus purge --project "<PROJECT_KEY>" --keep-latest --execute
|
|
86
|
+
|
|
87
|
+
# Backfill metadata
|
|
88
|
+
vds-audit --json-only corpus backfill-metadata --project "<PROJECT_KEY>"
|
|
89
|
+
|
|
90
|
+
# Health diagnostics
|
|
91
|
+
vds-audit --json-only doctor corpus-status --project "<PROJECT_KEY>"
|
|
92
|
+
|
|
93
|
+
# Force full re-ingest
|
|
94
|
+
vds-audit extract-docs --project-storage-key "<PROJECT_KEY>" \
|
|
95
|
+
--force-full-reingest --execute
|
|
96
|
+
```
|
|
97
|
+
|
|
98
|
+
## DSPy Judge & Gold Dataset (Phase 108)
|
|
99
|
+
|
|
100
|
+
DSPy is **enabled by default**. No `--use-dspy` flag needed.
|
|
101
|
+
|
|
102
|
+
```bash
|
|
103
|
+
# Workflow with DSPy judge (default)
|
|
104
|
+
vds-audit workflow "<REPO_PATH>" --thread-id "<THREAD_ID>" --canonical-checklist
|
|
105
|
+
|
|
106
|
+
# Disable DSPy explicitly
|
|
107
|
+
vds-audit workflow "<REPO_PATH>" --thread-id "<THREAD_ID>" --canonical-checklist --no-use-dspy
|
|
108
|
+
|
|
109
|
+
# Build gold dataset
|
|
110
|
+
vds-audit build-gold-dataset [--search-root <dir>] [--output <path>] \
|
|
111
|
+
[--checklist-aware] [--category-balance] [--benchmark-slice]
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
**Key Environment Variables**:
|
|
115
|
+
- `VDS_AUDIT_FEATURES__DSPY_ENABLED` (default: `true`)
|
|
116
|
+
- `VDS_AUDIT_DSPY_JUDGE_MAX_INVOCATIONS_PER_RUN` (default: `20`)
|
|
117
|
+
- `VDS_AUDIT_LLM__DSPY_JUDGE_LOW_CONFIDENCE_THRESHOLD` (default: `0.65`)
|
|
118
|
+
- `VDS_AUDIT_DSPY_ASSERTIONS_ENABLED` (default: `true`)
|
|
119
|
+
|
|
120
|
+
## Multi-Provider Runs (Phase 107)
|
|
121
|
+
|
|
122
|
+
```/dev/null/audit-commands-multi-provider.sh#L1-21
|
|
123
|
+
# Alibaba-openai (qwen3.5-plus)
|
|
124
|
+
./WHO-project/vds-scripts/scripts/worktree_uv.sh run --directory WHO-project/vds-scripts --package audit_orchestrator \
|
|
125
|
+
vds-audit workflow "<REPO_PATH>" \
|
|
126
|
+
--profile alibaba-openai \
|
|
127
|
+
--project-storage-key "<PROJECT_STORAGE_KEY>" \
|
|
128
|
+
--thread-id "<THREAD_ID>" \
|
|
129
|
+
--canonical-checklist \
|
|
130
|
+
--target "CL-004,CL-001"
|
|
131
|
+
|
|
132
|
+
# Z.ai-openai (glm-5)
|
|
133
|
+
./WHO-project/vds-scripts/scripts/worktree_uv.sh run --directory WHO-project/vds-scripts --package audit_orchestrator \
|
|
134
|
+
vds-audit workflow "<REPO_PATH>" \
|
|
135
|
+
--profile zai-openai \
|
|
136
|
+
--project-storage-key "<PROJECT_STORAGE_KEY>" \
|
|
137
|
+
--thread-id "<THREAD_ID>" \
|
|
138
|
+
--canonical-checklist \
|
|
139
|
+
--target "CL-004,CL-001"
|
|
140
|
+
|
|
141
|
+
# Gemini (via local proxy)
|
|
142
|
+
./WHO-project/vds-scripts/scripts/worktree_uv.sh run --directory WHO-project/vds-scripts --package audit_orchestrator \
|
|
143
|
+
vds-audit workflow "<REPO_PATH>" \
|
|
144
|
+
--profile antigravity-gemini \
|
|
145
|
+
--project-storage-key "<PROJECT_STORAGE_KEY>" \
|
|
146
|
+
--thread-id "<THREAD_ID>" \
|
|
147
|
+
--canonical-checklist \
|
|
148
|
+
--target "CL-004,CL-001"
|
|
149
|
+
```
|
|
150
|
+
|
|
151
|
+
Non-Claude profiles have increased budgets: `MAX_TURNS=32`, `MAX_TOOL_CALLS=96`.
|
|
152
|
+
|
|
153
|
+
For single-row reruns such as `CL-002`, keep the same workflow shape and pass `--target CL-002`. Do not use unsupported legacy selectors such as `--check-ids` or `--targeted-rows`.
|
|
154
|
+
|
|
155
|
+
## System Documentation (Phase 106)
|
|
156
|
+
|
|
157
|
+
```bash
|
|
158
|
+
# Publish 6-page Vietnamese hierarchy
|
|
159
|
+
vds-audit publish-system-doc --project "<PROJECT_ID>" --sync-policy if-changed
|
|
160
|
+
|
|
161
|
+
# Force re-publish
|
|
162
|
+
vds-audit publish-system-doc --project "<PROJECT_ID>" --sync-policy force
|
|
163
|
+
```
|
|
164
|
+
|
|
165
|
+
Hierarchy pages:
|
|
166
|
+
- Root: Tài liệu Hệ thống Audit
|
|
167
|
+
- 📐 Công nghệ & Kiến trúc
|
|
168
|
+
- ⚙️ Quy trình Vận hành
|
|
169
|
+
- 📊 Kết quả Audit & Chỉ số
|
|
170
|
+
- 🔧 Hướng dẫn Cài đặt & Cấu hình
|
|
171
|
+
- 📖 Tham chiếu Kỹ thuật
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Capability Index
|
|
2
|
+
|
|
3
|
+
This index maps the current WHO scripts ecosystem at a platform-routing level.
|
|
4
|
+
|
|
5
|
+
## Routed command surfaces
|
|
6
|
+
|
|
7
|
+
- bootstrap: `env`, `status`, `doctor`, `docs`
|
|
8
|
+
- integrations: `jira`, `confluence`, `bitbucket`, `git`, `elastic`, `grafana`, `sonarqube`
|
|
9
|
+
- docs/validation: `openapi`, `links`, `structure`, `schema`, `pdf`, `diagrams`, `excel`, `google-sheets`
|
|
10
|
+
- development/workflow: `intellij`, `tasks`, `lsp`, `spec`, `audit`, `circular-dependency`
|
|
11
|
+
|
|
12
|
+
## Standalone workspace capabilities
|
|
13
|
+
|
|
14
|
+
- `markdown_orchestrator` for markdown lint/format workflows
|
|
15
|
+
- `hexagonal_orchestrator` for architecture/compliance support
|
|
16
|
+
- `mcp_server` for MCP/server-related support
|
|
17
|
+
- `multi_agent_orchestrator` for multi-agent execution support
|
|
18
|
+
|
|
19
|
+
## Shared/internal support layers
|
|
20
|
+
|
|
21
|
+
- `vds_cli_common`
|
|
22
|
+
- `vds_hooks`
|
|
23
|
+
|
|
24
|
+
## Skills ecosystem linkage
|
|
25
|
+
|
|
26
|
+
The WHO skills catalog complements the scripts workspace with specialist skills such as:
|
|
27
|
+
- `audit-orchestrator-skill`
|
|
28
|
+
- `llm-analysis-skill`
|
|
29
|
+
- `spec-creation-skill`
|
|
30
|
+
- `research-skill`
|
|
31
|
+
- `lsp-skill`
|
|
32
|
+
- `circular-dependency-skill`
|
|
33
|
+
|
|
34
|
+
Use this index with `specialist-routing.md` and the scripts docs routing matrix.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# Development Commands
|
|
2
|
+
|
|
3
|
+
Representative WHO development/workflow command families:
|
|
4
|
+
|
|
5
|
+
- `vds-cli intellij ...`
|
|
6
|
+
- `vds-cli tasks ...`
|
|
7
|
+
- `vds-cli lsp ...`
|
|
8
|
+
- `vds-cli spec ...`
|
|
9
|
+
- `vds-audit ...`
|
|
10
|
+
- `vds-cli circular-dependency ...`
|
|
11
|
+
|
|
12
|
+
These families often route into specialist skills for deeper guidance.
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
# Google Sheets Commands — VDS Scripts Skill
|
|
2
|
+
|
|
3
|
+
Standalone package with 10 commands and full VDS CLI standards.
|
|
4
|
+
|
|
5
|
+
## Commands
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
# List worksheets
|
|
9
|
+
vds-cli google-sheets list-worksheets \
|
|
10
|
+
--spreadsheet-url <url> --auth-method service_account
|
|
11
|
+
|
|
12
|
+
# Read a worksheet
|
|
13
|
+
vds-cli google-sheets read \
|
|
14
|
+
--spreadsheet-url <url> --sheet-name "Sheet1" --auth-method service_account
|
|
15
|
+
|
|
16
|
+
# Read a limited range
|
|
17
|
+
vds-cli google-sheets read \
|
|
18
|
+
--spreadsheet-url <url> --sheet-name "Sheet1" --range A1:F10
|
|
19
|
+
|
|
20
|
+
# Write values to a range
|
|
21
|
+
vds-cli google-sheets write \
|
|
22
|
+
--spreadsheet-url <url> --sheet-name "Sheet1" --range "A1:B2" \
|
|
23
|
+
--values-json '[["a","b"],["c","d"]]'
|
|
24
|
+
|
|
25
|
+
# Append rows
|
|
26
|
+
vds-cli google-sheets append \
|
|
27
|
+
--spreadsheet-url <url> --sheet-name "Sheet1" --values-json '[["new","row"]]'
|
|
28
|
+
|
|
29
|
+
# Clear a range
|
|
30
|
+
vds-cli google-sheets clear \
|
|
31
|
+
--spreadsheet-url <url> --sheet-name "Sheet1" --range "A1:Z100"
|
|
32
|
+
|
|
33
|
+
# Create spreadsheet
|
|
34
|
+
vds-cli google-sheets create-spreadsheet --title "New Spreadsheet"
|
|
35
|
+
|
|
36
|
+
# Create worksheet
|
|
37
|
+
vds-cli google-sheets create-worksheet \
|
|
38
|
+
--spreadsheet-url <url> --title "NewSheet" --rows 100 --cols 26
|
|
39
|
+
|
|
40
|
+
# Delete worksheet
|
|
41
|
+
vds-cli google-sheets delete-worksheet \
|
|
42
|
+
--spreadsheet-url <url> --sheet-name "SheetToDelete"
|
|
43
|
+
|
|
44
|
+
# Export to CSV/XLSX
|
|
45
|
+
vds-cli google-sheets export \
|
|
46
|
+
--spreadsheet-url <url> --sheet-name "Sheet1" --output data.csv --format csv
|
|
47
|
+
|
|
48
|
+
# JSON output mode (all commands)
|
|
49
|
+
vds-cli google-sheets -- --json-only read \
|
|
50
|
+
--spreadsheet-url <url> --sheet-name "Sheet1"
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
## Authentication
|
|
54
|
+
|
|
55
|
+
**Defaults**:
|
|
56
|
+
- Service account credentials: use the explicit path/config option when available; otherwise the active Unix-like default is `~/.vds/google_credentials.json`
|
|
57
|
+
- API key: `VDS_GOOGLE_API_KEY` or, under the active Unix-like default, `~/.vds/google_api_key.txt`
|
|
58
|
+
|
|
59
|
+
**Auth methods**:
|
|
60
|
+
- `service_account` - Uses service account JSON file
|
|
61
|
+
- `api_key` - Uses API key from env or file
|
|
62
|
+
|
|
63
|
+
## Full Command Prefix
|
|
64
|
+
|
|
65
|
+
Interactive monorepo-root usage commonly uses:
|
|
66
|
+
|
|
67
|
+
```bash
|
|
68
|
+
vds-cli google-sheets <command>
|
|
69
|
+
# Or direct uv invocation:
|
|
70
|
+
~/.claude/vds-scripts/scripts/worktree_uv.sh run --directory ~/.claude/vds-scripts --package vds-cli vds-cli google-sheets <command>
|
|
71
|
+
```
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Integration Commands
|
|
2
|
+
|
|
3
|
+
vds Representative WHO integration command families.
|
|
4
|
+
|
|
5
|
+
These examples use `vds-cli` (MCP-registered entrypoint). For direct uv invocation, prefer `~/.claude/vds-scripts/scripts/worktree_uv.sh run --directory ~/.claude/vds-scripts --package <uv-package-name> ...`.
|
|
6
|
+
|
|
7
|
+
- `vds-cli jira ...`
|
|
8
|
+
- JQL search example: `vds-cli jira search "project = CBDC ORDER BY updated DESC" --limit 5 --json-only`
|
|
9
|
+
- Note: `vds-jira-cli search` now accepts `--json-only` as a command-local flag after `search`, in addition to the global pre-subcommand form.
|
|
10
|
+
- `vds-cli confluence ...`
|
|
11
|
+
- `vds-cli bitbucket ...`
|
|
12
|
+
- `vds-cli git ...`
|
|
13
|
+
- `vds-cli elastic ...`
|
|
14
|
+
- `vds-cli grafana ...`
|
|
15
|
+
- `vds-cli sonarqube ...`
|
|
16
|
+
|
|
17
|
+
Use the scripts workspace reference docs for deeper command examples.
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# Platform Bootstrap
|
|
2
|
+
|
|
3
|
+
Use this guide when you need to enter the WHO scripts ecosystem and choose the first command to run.
|
|
4
|
+
|
|
5
|
+
## Canonical entrypoints
|
|
6
|
+
|
|
7
|
+
- Interactive monorepo-root usage:
|
|
8
|
+
- `./WHO-project/vds-scripts/scripts/worktree_uv.sh run --directory WHO-project/vds-scripts --package vds-cli vds-cli --help`
|
|
9
|
+
- `./WHO-project/vds-scripts/scripts/worktree_uv.sh run --directory WHO-project/vds-scripts --package vds-cli vds-cli env status`
|
|
10
|
+
- `./WHO-project/vds-scripts/scripts/worktree_uv.sh run --directory WHO-project/vds-scripts --package vds-cli vds-cli status`
|
|
11
|
+
- `./WHO-project/vds-scripts/scripts/worktree_uv.sh run --directory WHO-project/vds-scripts --package vds-cli vds-cli doctor`
|
|
12
|
+
- Dedicated `vds-scripts` worktree usage:
|
|
13
|
+
- `./scripts/worktree_uv.sh run --package vds_cli vds-cli --help`
|
|
14
|
+
- `./scripts/worktree_uv.sh run --package vds_cli vds-cli env status`
|
|
15
|
+
- `./scripts/worktree_uv.sh run --package vds_cli vds-cli status`
|
|
16
|
+
- `./scripts/worktree_uv.sh run --package vds_cli vds-cli doctor`
|
|
17
|
+
- Maintained shell scripts should not copy those raw forms. They should source `scripts/vds_sh_helpers.sh` and use the helper contract (`vds_uv_run_package`, `vds_uv_sync_package`, `vds_uv_sync_all`).
|
|
18
|
+
- Preferred integrated baseline for the `WHO-project/vds-scripts` workspace is Python 3.14+.
|
|
19
|
+
|
|
20
|
+
## Common first steps
|
|
21
|
+
|
|
22
|
+
1. Check environment readiness with `vds-cli env status`
|
|
23
|
+
2. Check routed-service availability with `vds-cli status` and `vds-cli doctor`
|
|
24
|
+
3. Decide whether the task belongs to:
|
|
25
|
+
- a platform command family
|
|
26
|
+
- a specialist CLI such as `vds-audit` or `vds-spec`
|
|
27
|
+
- a specialist skill such as `audit-orchestrator-skill`
|
|
28
|
+
|
|
29
|
+
## When to stop using the platform skill
|
|
30
|
+
|
|
31
|
+
If the task becomes specialist or phase-sensitive, route to the specialist skill rather than extending the platform path.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# Specialist Routing
|
|
2
|
+
|
|
3
|
+
Use this routing map when the platform skill identifies a specialist domain.
|
|
4
|
+
|
|
5
|
+
| Intent | Preferred Skill | Why |
|
|
6
|
+
|-------|------------------|-----|
|
|
7
|
+
| Run audit workflows, readiness checks, reruns, uploads | `audit-orchestrator-skill` | Phase-aware audit guidance lives there |
|
|
8
|
+
| Evaluate README/API docs/security docs with LLM support | `llm-analysis-skill` | Specialist content-evaluation guidance lives there |
|
|
9
|
+
| Create or consolidate specs | `spec-creation-skill` | Owns spec workflow and alignment practices |
|
|
10
|
+
| Develop or update CLI/orchestrator packages | `cli-development-skill` | Owns Typer/JSON/CLI package standards |
|
|
11
|
+
| Configure or use LSPs | `lsp-skill` | Owns LSP tooling guidance |
|
|
12
|
+
| Analyze cross-repo dependency cycles | `circular-dependency-skill` | Owns cycle-analysis workflow |
|
|
13
|
+
| Research with local + web sources | `research-skill` | Owns research-first workflow |
|
|
14
|
+
| Build structural graph context | `code-review-graph-skill` | Companion graph-analysis workflow |
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Validation Commands
|
|
2
|
+
|
|
3
|
+
Representative WHO validation and docs command families:
|
|
4
|
+
|
|
5
|
+
- `vds-cli openapi ...`
|
|
6
|
+
- `vds-cli links ...`
|
|
7
|
+
- `vds-cli structure ...`
|
|
8
|
+
- `vds-cli schema ...`
|
|
9
|
+
- `vds-cli pdf ...`
|
|
10
|
+
- `vds-cli diagrams ...`
|
|
11
|
+
- `vds-cli excel ...`
|
|
12
|
+
- `vds-cli google-sheets ...`
|
|
13
|
+
- `vds-markdown ...`
|
|
14
|
+
|
|
15
|
+
Use specialist docs or package READMEs for deeper command coverage.
|