analyze
01Agent Claude Code
Gather requirements by asking clarifying questions until the problem is fully understood. Use before designing or implementing any change.
Agent Claude Code
Gather requirements by asking clarifying questions until the problem is fully understood. Use before designing or implementing any change.
Agent Claude Code
Write one concise CHANGELOG.md entry for a user-visible change, following the sfdx-hardis changelog style rules. Use to add a single entry under the beta section.
Agent Claude Code
Design a solution and write a technical specification based on requirements analysis. Use after /analyze.
Agent Claude Code
Propagate new or changed i18n keys across all 9 sfdx-hardis locale files, following the project translation rules. Use when one or more i18n keys need to be added or updated in every locale.
Agent Claude Code
Implement code changes following the technical specification. Use after /design.
Agent Claude Code
Fix the errors reported by ONE MegaLinter linter, following the linter's fix guide. Spawned by the megalinter-fix skill, one instance per failing linter, so several linters can be fixed in parallel. Edits source files but never commits, pushes, or disables anything (linters, rules, inline suppressions) — disables are…
Agent Claude Code
Run MegaLinter locally with npx mega-linter-runner (full flavor run or standalone single-linter image), digest the reports, and return only a compact error list. Use to keep verbose linter output out of the main context. Runs and reports only — never fixes source files.
Agent Claude Code
Watch a MegaLinter CI job (GitHub Actions, GitLab CI, Azure Pipelines or Bitbucket Pipelines) until completion, download its logs, and return only the parsed lint error list. Use to keep large CI logs out of the main context. Observes only — never fixes, edits or pushes.
Agent Claude Code
Analyze one or more failing CI jobs on a GitHub PR (using logs already collected) and fix them - edit sources, validate locally, commit and push. Use after pr-watch reports failures. Returns a request for the user when it cannot fix cleanly.
Agent Claude Code
Collect the current CI state of a GitHub PR and the logs of any failing jobs. Mechanical data-gathering only - it classifies and reports, it does not fix anything. Use to snapshot PR status before deciding what to do.
Agent Claude Code
Build, lint, and run tests to verify the implementation. Use after /implement.
Skill Claude CodeCodex
Configure Grafana Alerting, Incident Response Management (IRM), and SLOs end-to-end — provisions Grafana-managed and data-source-managed alert rules, contact points (Slack/PagerDuty/email/webhook), notification policies with hierarchical matchers, silences, mute timings, on-call schedules and escalation chains…
Skill Claude CodeCodex
Gather requirements by asking clarifying questions until the problem is fully understood. First step of the contribution workflow.
Skill Claude CodeCodex
Skill "architecture" from hardisgroupcom/sfdx-hardis, covering architecture, technology stack, project structure, cli framework and headless / agent mode.
Skill Claude CodeCodex
Style rules for updating CHANGELOG.md entries. Use whenever the user asks to update, add to, or write entries in CHANGELOG.md.
Skill Claude CodeCodex
Build, modify, and ship Grafana dashboards as JSON via the HTTP API — panel types (timeseries / stat / gauge / table / heatmap / logs / traces / node-graph), gridPos 24-column layout, units, thresholds, template + datasource + chained variables, transformations (organize / calculateField / filterByValue), panel +…
Skill Claude CodeCodex
Design the solution and write a technical specification based on requirements analysis. Second step of the contribution workflow, use after /analyze.
Skill Claude CodeCodex
Documentation standards for sfdx-hardis commands (description format with Command Behavior and Technical explanations sections, MkDocs site, build:doc). Use when creating or modifying commands.
Skill Claude CodeCodex
Decision framework for fixing jscpd (copy-paste detector) errors. Use when asked to fix jscpd issues, copy-paste errors, clones or COPYPASTE lint failures.
Skill Claude CodeCodex
Handle CVE/vulnerability reports from security linters (trivy, osv-scanner, etc.). Tries to upgrade first; ignores only when safe and justified.
Skill Claude CodeCodex
Rules and workflow for the "Org Monitoring by sfdx-hardis" Grafana dashboards v2 (docs/grafana/dashboards-v2). Use when creating or modifying v2 dashboards or alert rules, AND whenever a monitoring indicator (notification type, metric, logElements shape) is created, updated, or deleted - every indicator evolution must…
Skill Claude CodeCodex
Code examples and patterns for using i18n translations in sfdx-hardis source code (uxLog, uxLogTable, prompts, markers). Use when adding or modifying user-visible strings.
Skill Claude CodeCodex
Implement a feature, bug fix, or code change in sfdx-hardis. Use whenever the user asks to add a feature, fix a bug, implement something, or make a code change - with or without a prior /design phase.
Skill Claude CodeCodex
Grafana Loki log aggregation and LogQL query language. Covers LogQL syntax (log queries, metric queries, label matchers, line filters, parsers: json/logfmt/pattern/regexp/unpack, label filters, lineformat), Loki architecture, log ingestion via Alloy/Promtail/Fluent Bit, structured metadata, and Logs Drilldown. Use…