FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

docs: fix inaccuracies in skill documentation · patternfly-java/patternfly-java@f19ba5b · GitHub

Commit f19ba5b

Browse files
committed
docs: fix inaccuracies in skill documentation
Correct pf-align fallback description (browser extraction, not markdown), replace non-existent lint check (import order) with actual one (constructor visibility), and add missing summary.md output mentions for pf-lint and pf-status.
1 parent b4a1c75 commit f19ba5b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

‎showcase/markdown/developer/skills.md‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Produces a markdown report and a JSON companion file:
2828

2929
### /pf-align
3030

31-
Implements action items from a `/pf-compare` report. Reads the JSON companion file for structured data and cached HTML. Falls back to the markdown report if the JSON is not available. Translates reference HTML to the Java builder API and integrates it into the existing component.
31+
Implements action items from a `/pf-compare` report. Reads the JSON companion file for structured data and cached HTML. Falls back to browser extraction only when a specific variation's HTML is missing from the JSON. Translates reference HTML to the Java builder API and integrates it into the existing component.
3232

3333
```bash
3434
/pf-align button
@@ -64,12 +64,12 @@ Verifies that a PFJ component follows the project's conventions for documentatio
6464
/pf-lint card
6565
```
6666

67-
Writes per-component JSON reports to `docs/pf-lint/<component>.json`. Checks include:
67+
Writes per-component JSON reports to `docs/pf-lint/<component>.json` and an aggregate `docs/pf-lint/summary.md`. Checks include:
6868
- Section markers and order (`factory`, `instance`, `add`, `builder`, `aria`, `events`, `api`, `internal`)
6969
- Javadoc completeness and format
7070
- Factory method naming
7171
- Modifier interface usage
72-
- Import order and formatting
72+
- Constructor visibility and placement
7373

7474
### /pf-status
7575

@@ -80,7 +80,7 @@ Shows a unified status dashboard across lint, compare, align, and update dimensi
8080
/pf-status button
8181
```
8282

83-
Reads JSON report files from previous skill runs — does not analyze source code directly. Writes a unified `docs/pf-status/summary.json`.
83+
Reads JSON report files from previous skill runs — does not analyze source code directly. Writes `docs/pf-status/summary.json` and `docs/pf-status/summary.md`.
8484

8585
### /pf-update
8686

@@ -139,7 +139,7 @@ The skills form a pipeline where each skill's output feeds into the next:
139139
| `/pf-update` | Nothing (fetches from GitHub) | `docs/pf-update/<version>.md` + `.json` |
140140
| `/pf-compare` | Dev env running (for browser access) | `docs/pf-compare/<component>.md` + `.json` |
141141
| `/pf-align` | `docs/pf-compare/<component>.json` | `docs/pf-align/<component>.json` |
142-
| `/pf-lint` | Nothing (reads source code directly) | `docs/pf-lint/<component>.json` + `summary.md` |
142+
| `/pf-lint` | Nothing (reads source code directly) | `docs/pf-lint/<component>.json` + `docs/pf-lint/summary.md` |
143143
| `/pf-status` | JSON reports from other skills | `docs/pf-status/summary.json` + `summary.md` |
144144

145145
### Independent vs. Sequential

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL