hardisgroupcom

35 mods across 1 repository, 380 stars between them.

analyze

01

hardisgroupcom/sfdx-hardis

Agent Claude Code

Gather requirements by asking clarifying questions until the problem is fully understood. Use before designing or implementing any change.

380 4d ago A 25 tokens AGPL-3.0

changelog

02

hardisgroupcom/sfdx-hardis

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.

380 4d ago A 39 tokens AGPL-3.0

design

03

hardisgroupcom/sfdx-hardis

Agent Claude Code

Design a solution and write a technical specification based on requirements analysis. Use after /analyze.

380 4d ago A 21 tokens AGPL-3.0

i18n-translate

04

hardisgroupcom/sfdx-hardis

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.

380 4d ago A 52 tokens AGPL-3.0

implement

05

hardisgroupcom/sfdx-hardis

Agent Claude Code

Implement code changes following the technical specification. Use after /design.

380 4d ago A 15 tokens AGPL-3.0

megalinter-fixer

06

hardisgroupcom/sfdx-hardis

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…

380 4d ago A 87 tokens AGPL-3.0

megalinter-runner

07

hardisgroupcom/sfdx-hardis

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.

380 4d ago A 65 tokens AGPL-3.0

megalinter-watcher

08

hardisgroupcom/sfdx-hardis

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.

380 4d ago A 70 tokens AGPL-3.0

pr-fix

09

hardisgroupcom/sfdx-hardis

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.

380 4d ago A 56 tokens AGPL-3.0

pr-watch

10

hardisgroupcom/sfdx-hardis

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.

380 4d ago A 51 tokens AGPL-3.0

test

11

hardisgroupcom/sfdx-hardis

Agent Claude Code

Build, lint, and run tests to verify the implementation. Use after /implement.

380 4d ago A 19 tokens AGPL-3.0

alerting-irm

12

hardisgroupcom/sfdx-hardis

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…

380 4d ago A 182 tokens AGPL-3.0

analyze

13

hardisgroupcom/sfdx-hardis

Skill Claude CodeCodex

Gather requirements by asking clarifying questions until the problem is fully understood. First step of the contribution workflow.

380 4d ago A 24 tokens AGPL-3.0

architecture

14

hardisgroupcom/sfdx-hardis

Skill Claude CodeCodex

Skill "architecture" from hardisgroupcom/sfdx-hardis, covering architecture, technology stack, project structure, cli framework and headless / agent mode.

380 4d ago A 37 tokens AGPL-3.0

changelog

15

hardisgroupcom/sfdx-hardis

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.

380 4d ago A 31 tokens AGPL-3.0

dashboarding

16

hardisgroupcom/sfdx-hardis

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 +…

380 4d ago A 222 tokens AGPL-3.0

design

17

hardisgroupcom/sfdx-hardis

Skill Claude CodeCodex

Design the solution and write a technical specification based on requirements analysis. Second step of the contribution workflow, use after /analyze.

380 4d ago A 28 tokens AGPL-3.0

documentation

18

hardisgroupcom/sfdx-hardis

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.

380 4d ago A 37 tokens AGPL-3.0

fix-jscpd

19

hardisgroupcom/sfdx-hardis

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.

380 4d ago A 43 tokens AGPL-3.0

fix-security-issue

20

hardisgroupcom/sfdx-hardis

Skill Claude CodeCodex

Handle CVE/vulnerability reports from security linters (trivy, osv-scanner, etc.). Tries to upgrade first; ignores only when safe and justified.

380 4d ago A 38 tokens AGPL-3.0

grafana-dashboards

21

hardisgroupcom/sfdx-hardis

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…

380 4d ago A 83 tokens AGPL-3.0

i18n-usage

22

hardisgroupcom/sfdx-hardis

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.

380 4d ago A 45 tokens AGPL-3.0

implement

23

hardisgroupcom/sfdx-hardis

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.

380 4d ago A 51 tokens AGPL-3.0

loki

24

hardisgroupcom/sfdx-hardis

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…

380 4d ago A 92 tokens AGPL-3.0