Skip to content

Commit 10b265a

Browse files
Copilotpethers
andauthored
docs: address PR #8510 review comments — fix MCP list, Vaadin 8 refs, workflows table, autobuild note (#8512)
* docs: rewrite github-agentic-workflows and github-actions-workflows skills with latest features Agent-Logs-Url: https://github.com/Hack23/cia/sessions/6e645176-7e5b-4347-8732-14081bf4da5c Co-authored-by: pethers <1726836+pethers@users.noreply.github.com> * docs: compact all 6 agents, update agents README, update skills README descriptions Agent-Logs-Url: https://github.com/Hack23/cia/sessions/6e645176-7e5b-4347-8732-14081bf4da5c Co-authored-by: pethers <1726836+pethers@users.noreply.github.com> * fix: address PR review comments - test patterns, SHA pinning, Vaadin 8 APIs, copilot-instructions ref Agent-Logs-Url: https://github.com/Hack23/cia/sessions/81cd5d37-3b2d-44a2-a7fe-f94024e561d6 Co-authored-by: pethers <1726836+pethers@users.noreply.github.com> * fix: address second round of review comments - branch names, workflow inventory, SHA pinning, Vaadin 8, MCP tools Agent-Logs-Url: https://github.com/Hack23/cia/sessions/e9858d2a-bbcc-4ee4-970b-a62c4993956b Co-authored-by: pethers <1726836+pethers@users.noreply.github.com> * fix: address third round of review comments - CodeQL autobuild, OIDC permissions, Vaadin 8 bundle guidance, remove stale metrics Agent-Logs-Url: https://github.com/Hack23/cia/sessions/554fd806-b4db-49be-9739-fb3150649b16 Co-authored-by: pethers <1726836+pethers@users.noreply.github.com> * docs: address PR #8510 review comments — fix MCP server list, Vaadin 8 Text→Label, add missing workflows, note autobuild Agent-Logs-Url: https://github.com/Hack23/cia/sessions/805fa5df-3bf6-4d23-8838-fd23ca176e27 Co-authored-by: pethers <1726836+pethers@users.noreply.github.com> --------- Signed-off-by: James Pether Sörling <pethers@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pethers <1726836+pethers@users.noreply.github.com> Co-authored-by: James Pether Sörling <pethers@users.noreply.github.com>
1 parent eaf47b4 commit 10b265a

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
**ALWAYS read at the start of EVERY task:**
66
1. **[README.md](../README.md)** — Project overview, features, docs
77
2. **[copilot-setup-steps.yml](workflows/copilot-setup-steps.yml)** — Build environment (Java 26, Maven 3.9.14, PostgreSQL 18)
8-
3. **[copilot-mcp-config.json](copilot-mcp-config.json)** — MCP servers (GitHub, filesystem, memory, playwright, sequential-thinking)
8+
3. **[copilot-mcp-config.json](copilot-mcp-config.json)** — MCP servers (GitHub, filesystem, memory, sequential-thinking, playwright)
99
4. **[skills/](skills/)** — 79 skills for security, testing, architecture, compliance
1010
5. **[agents/](agents/)** — 6 specialized agents (task, stack, UI, intelligence, business, marketing)
1111

.github/skills/github-actions-workflows/SKILL.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,10 @@ jobs:
8080
with:
8181
languages: java
8282

83-
# Note: This template uses Autobuild for portability.
84-
# In this repository, `.github/workflows/codeql-analysis.yml`
85-
# uses a custom Maven build and keeps Autobuild disabled.
8683
- name: Autobuild
8784
uses: github/codeql-action/autobuild@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
85+
# Note: The actual codeql-analysis.yml uses a custom Maven build instead of autobuild.
86+
# Replace this step with a manual build if autobuild fails for your project.
8887

8988
- name: CodeQL Analysis
9089
uses: github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
@@ -152,9 +151,7 @@ env:
152151
153152
## CIA-Specific Workflows
154153
155-
### Existing Workflows (Curated Subset)
156-
This is a curated subset of core workflows, not a full inventory.
157-
154+
### Existing Workflows
158155
| Workflow | Purpose | Trigger |
159156
|----------|---------|---------|
160157
| `codeql-analysis.yml` | Security vulnerability scanning | Push/PR to master + scheduled |
@@ -165,11 +162,11 @@ This is a curated subset of core workflows, not a full inventory.
165162
| `javadoc-generation.yml` | JavaDoc generation | Push/scheduled |
166163
| `site-generation.yml` | Maven site generation | Push/scheduled |
167164
| `zap-scan.yml` | OWASP ZAP security scan | Scheduled |
168-
| `generate-intelligence-changelog.yml` | Intelligence changelog generation | Manual/dispatch |
169-
| `labeler.yml` | Auto-label pull requests/issues | PR/Issue events |
170-
| `validate-field-completeness.yml` | Validate data field completeness | Push/PR |
171-
| `validate-json-schemas.yml` | Validate JSON schema files | Push/PR |
172-
| `validate-view-documentation.yml` | Validate SQL view documentation | Push/PR |
165+
| `generate-intelligence-changelog.yml` | Intelligence changelog generation | Manual (`workflow_dispatch`) |
166+
| `labeler.yml` | Pull request auto-labeling | `pull_request_target` |
167+
| `validate-field-completeness.yml` | JSON export field completeness | Push (path-filtered) |
168+
| `validate-json-schemas.yml` | JSON schema validation | Push/PR (path-filtered) + scheduled |
169+
| `validate-view-documentation.yml` | View documentation validation | Scheduled (monthly) + PR (path-filtered) |
173170

174171
### PostgreSQL Setup Pattern
175172
```yaml

0 commit comments

Comments
 (0)