feat: add skill for scrum of scrums summary#243
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
Summary by CodeRabbit
WalkthroughA new ChangesScrum of Scrums Skill Documentation
Sequence Diagram(s)sequenceDiagram
participant User
participant ProcessingSkill
participant MCP
participant EpicStatusSkill
User->>ProcessingSkill: request weekly scrum-of-scrums
ProcessingSkill->>MCP: getAccessibleAtlassianResources (cloudId)
ProcessingSkill->>MCP: searchJiraIssuesUsingJql (discover epics)
alt detailed status exists
ProcessingSkill->>MCP: getJiraIssue (expanded changelog/comments)
else generate status
ProcessingSkill->>EpicStatusSkill: invoke epic-status-update (per-epic)
EpicStatusSkill-->>ProcessingSkill: status text (no comments added)
end
ProcessingSkill->>User: export markdown report (per-epic sections, summary table)
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
42386e3 to
e9fa68b
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Nitpick comments (1)
skills/scrum-of-scrums/skill.md (1)
107-112: 💤 Low valueAdd language identifier to fenced code block.
Markdownlint recommends specifying a language identifier for fenced code blocks. Since this block contains plain text reference information, consider adding
textas the language identifier.♻️ Proposed fix
## Quick reference — MCP calls -``` +```text getAccessibleAtlassianResources → cloudId searchJiraIssuesUsingJql → epic list (Step 1) searchJiraIssuesUsingJql → child issues, one epic per call, paginate🤖 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 `@skills/scrum-of-scrums/skill.md` around lines 107 - 112, The fenced code block with the Jira call notes (lines containing getAccessibleAtlassianResources, searchJiraIssuesUsingJql, getJiraIssue) lacks a language identifier; update the block to use a language tag (use "text") by changing the opening fence to ```text so the markdown linter recognizes it as plain text.Source: Linters/SAST tools
🤖 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.
Inline comments:
In `@skills/scrum-of-scrums/skill.md`:
- Around line 44-47: The sentence in "Step 2: Check if the epic has a detailed
status report" currently ends with "jump to step."—update that sentence to
explicitly say "jump to Step 4" so it reads something like "use that and jump to
Step 4." Locate the heading "Step 2: Check if the epic has a detailed status
report" and the trailing phrase "jump to step." and replace it with the
clarified phrase referencing "Step 4".
---
Nitpick comments:
In `@skills/scrum-of-scrums/skill.md`:
- Around line 107-112: The fenced code block with the Jira call notes (lines
containing getAccessibleAtlassianResources, searchJiraIssuesUsingJql,
getJiraIssue) lacks a language identifier; update the block to use a language
tag (use "text") by changing the opening fence to ```text so the markdown linter
recognizes it as plain text.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Enterprise
Run ID: 0dcf32a8-7e43-4be8-83c0-373316f09b77
📒 Files selected for processing (1)
skills/scrum-of-scrums/skill.md
7638082 to
19ef14a
Compare
Results and price in https://redhat-internal.slack.com/archives/C01A4DTTZN1/p1781085910720499
Based on https://github.com/lenasolarova/skills/blob/main/epic-status-update/SKILL.md