feat(PF-4288): add plugin-workflows for aap-sdlc-harness integration - #129
feat(PF-4288): add plugin-workflows for aap-sdlc-harness integration#129jpuzz0 wants to merge 2 commits into
Conversation
📝 WalkthroughWalkthroughAdds two markdown files: ChangesPlugin Workflow Integration Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning Review ran into problems🔥 ProblemsLinked repositories: Your configuration references 1 linked repositories, but your current plan allows 0. Analyzed ``, skipped Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
plugin-workflows/README.md (1)
8-12: 📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low valueAdd language specifier to fenced code block.
The directory tree block lacks a language tag, triggering markdownlint MD040. Add
textortreeafter the opening backticks.+```text
plugin-workflows/
/
patternfly.md — PF skills mapped to that harness's workflows🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@plugin-workflows/README.md` around lines 8 - 12, The directory tree example in the README is missing a fenced code block language tag, which triggers markdownlint MD040. Update the fenced block in the plugin-workflows README to include a language specifier such as text or tree on the opening backticks, keeping the existing directory structure content intact.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Nitpick comments:
In `@plugin-workflows/README.md`:
- Around line 8-12: The directory tree example in the README is missing a fenced
code block language tag, which triggers markdownlint MD040. Update the fenced
block in the plugin-workflows README to include a language specifier such as
text or tree on the opening backticks, keeping the existing directory structure
content intact.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: a79a0f80-2994-4808-b636-6cdc1144ddeb
📒 Files selected for processing (2)
plugin-workflows/README.mdplugin-workflows/aap-sdlc-harness/patternfly.md
The harness repo owns the pattern documentation. Plugin repos just ship the workflow files.
Summary
plugin-workflows/aap-sdlc-harness/patternfly.md— maps PF skills to ATAT harness workflows (/code-review,/story-implementation-workflow)Context
Part of AAP-78273 / PF-4288. The harness team requested that PF-specific workflow integration content be maintained by the PF team in this repo, rather than living in the harness repo where changes would require their review cycle.
The generic infrastructure (CLAUDE.md pointer, README, TEMPLATE) stays in the harness repo. The PF-specific content lives here, organized by consumer harness subdirectory so different products (ATAT, Firefly, etc.) can each have their own integration without conflicts.
Related MRs:
Closes: PF-4288