Skip to content

Commit 2885898

Browse files
dmaurya929claude
andcommitted
fix(ci): add CODEOWNERS entries, license field, and remove invalid user_invocable
- Add /plugins entries for all three plugins in CODEOWNERS - Add license: Apache-2.0 to auto-fix-journey, auto-fix-form, optel-analyze-errors, and optel-query SKILL.md frontmatter - Remove top-level user_invocable from auto-fix-journey (not an allowed frontmatter field; was inside metadata in auto-fix-form) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent d466b1d commit 2885898

5 files changed

Lines changed: 11 additions & 2 deletions

File tree

.github/CODEOWNERS

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,10 @@
88
* @vdua @arnehjain
99

1010
# AEM Form Authoring
11-
# /plugins/adaptive-forms-authoring/ @vdua @arnehjain
11+
/plugins/adaptive-forms-authoring/ @vdua @arnehjain
12+
13+
# Forms Auto Optimisation
14+
/plugins/forms-auto-optimisation/ @vdua @arnehjain
15+
16+
# Optel Query
17+
/plugins/optel-query/ @vdua @arnehjain

plugins/forms-auto-optimisation/skills/auto-fix-form/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: auto-fix-form
33
description: End-to-end workflow for diagnosing and fixing AEM/EDS form errors. Queries telemetry via /optel-query, diagnoses live forms via live-debug-form, generates a per-error fix plan that the user iterates on until approved, applies patches through parallel sub-agents, gates the working tree through performance-bot --diff HEAD, then commits and raises a PR against the user-supplied base branch. Use when the user asks to debug, investigate, or fix errors on an AEM Adaptive Form or EDS form — by URL or by error string.
44
compatibility: Requires Chrome DevTools MCP for Mode A. Works with EDS/forms-engine (window.myForm) and AEM Core Components (guideBridge). Requires git + gh CLI for PR creation. Phase 5 requires Node 20+ and the performance-bot CLI at ~/.performance-bot/index.js — installed inline on first run if missing.
55
allowed-tools: Read Write Edit Bash Glob Grep Agent Skill WebFetch AskUserQuestion mcp__chrome-devtools__evaluate_script mcp__chrome-devtools__navigate_page mcp__chrome-devtools__new_page mcp__chrome-devtools__list_pages mcp__chrome-devtools__select_page mcp__chrome-devtools__take_snapshot mcp__chrome-devtools__list_console_messages mcp__chrome-devtools__list_network_requests mcp__chrome-devtools__get_network_request
6+
license: Apache-2.0
67
metadata:
78
author: adobe-forms
89
domain: forms-debugging

plugins/forms-auto-optimisation/skills/auto-fix-journey/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: auto-fix-journey
33
description: Queries Splunk for AEM Forms journey logs and errors, analyzes root causes, presents structured findings with actionable recommendations, and fixes backend Java errors in customer code. Supports aggregated ERROR/INFO analysis, per-journey traces, FDM API analytics, and end-to-end Java fix generation with PR creation. Use when the user asks about AEM Forms errors, Splunk logs, journey traces, API failure rates, FDM performance, or asks to fix backend Java errors in AEM Forms.
44
compatibility: Requires Python 3 with splunk-sdk installed (`pip install splunk-sdk`). SPLUNK_PASS must be provided via env var or entered when prompted. Git + gh CLI required for fix branch and PR creation (Steps 5-8).
55
allowed-tools: Read Write Edit Bash Agent AskUserQuestion
6-
user_invocable: true
6+
license: Apache-2.0
77
metadata:
88
author: adobe-forms
99
domain: forms-debugging

plugins/optel-query/skills/optel-analyze-errors/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: optel-analyze-errors
33
description: Analyze JavaScript errors from RUM data, identify duplicates using improved similarity algorithms, and generate comprehensive error analysis reports.
4+
license: Apache-2.0
45
---
56

67
# Analyze Errors Skill

plugins/optel-query/skills/optel-query/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: optel-query
33
description: Use when analyzing RUM (Real User Monitoring) data from AEM Operational Telemetry — page views, clicks, errors, Core Web Vitals (LCP/CLS/INP), form fills, traffic sources, or any analytics question about a domain. Builds structured queries and executes them via the bundled optel-query.jsh script.
4+
license: Apache-2.0
45
---
56

67
# Optel-Query Skill

0 commit comments

Comments
 (0)