Skip to content

Share research issue skill workflow#133

Merged
bartul merged 2 commits into
masterfrom
refactor/shared-research-issue-skill
May 19, 2026
Merged

Share research issue skill workflow#133
bartul merged 2 commits into
masterfrom
refactor/shared-research-issue-skill

Conversation

@bartul
Copy link
Copy Markdown
Owner

@bartul bartul commented May 18, 2026

Summary

  • Move the repo-level Codex skill wrapper to .agents/skills/research-issue/SKILL.md for automatic Codex discovery.
  • Keep the shared canonical workflow in neutral .agents/workflows/research-issue/WORKFLOW.md.
  • Keep the Claude wrapper in .claude/skills/research-issue/SKILL.md pointing to the same shared workflow.
  • Update AGENTS.md to document the canonical workflow and both wrappers.

Validation

  • dotnet fantomas .
  • dotnet build Imperium.slnx
  • dotnet test
  • dotnet run --no-build --project tests/Imperium.UnitTests/Imperium.UnitTests.fsproj -- --render-spec-markdown
  • git diff --check
  • Ruby YAML frontmatter parse for both skill wrappers

Summary by CodeRabbit

Release Notes

  • New Features

    • Added "research-issue" agent skill enabling research workflows for GitHub issues or custom topics with structured multi-phase analysis and decision-making.
  • Documentation

    • Updated agent skill registry to reflect new research-issue skill locations and associated tool wrappers.

Review Change Stack

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 18, 2026

Warning

Rate limit exceeded

@bartul has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 15 minutes and 1 second before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: a0cde939-4574-4bf0-bd6c-6a35fb7a5e60

📥 Commits

Reviewing files that changed from the base of the PR and between e44bed1 and 25f3e06.

📒 Files selected for processing (4)
  • .agents/skills/research-issue/SKILL.md
  • .agents/workflows/research-issue/WORKFLOW.md
  • .claude/skills/research-issue/SKILL.md
  • AGENTS.md
📝 Walkthrough

Walkthrough

This PR refactors the research-issue agent skill by extracting its comprehensive workflow definition from the Claude wrapper into a canonical shared location. The new structure includes a detailed workflow file with multi-phase execution guidelines, a new agent skill descriptor, a refactored Claude wrapper that delegates to the shared workflow, and updated registry documentation.

Changes

Research Issue Skill Refactoring

Layer / File(s) Summary
Canonical research workflow and skill descriptor
.agent-skills/research-issue/WORKFLOW.md, .agent-skills/research-issue/SKILL.md
Introduces the full research workflow specification with hard constraints, research/decision standards, minimum distinct approaches with code/test sketches, pro/con analysis, and multi-phase execution (Phase 1–5) with explicit STOP/approval gates. Establishes a new canonical skill descriptor with name, description metadata, and instructions to read the shared workflow.
Claude skill wrapper refactor
.claude/skills/research-issue/SKILL.md
Replaces the prior 281-line comprehensive research instruction set with a shorter 6-line wrapper that delegates to the shared .agent-skills/research-issue/WORKFLOW.md, interprets $ARGUMENTS as GitHub issue number or free-text topic, prefers gh issue view for numeric inputs, and routes output to /tmp/research-issue-* or /tmp/research-topic.md.
Registry documentation update
AGENTS.md
Updates the research-issue skill entry to document the canonical workflow location and both Claude and Codex wrapper files, replacing a single wrapper reference with three explicit entries.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Possibly related PRs

Poem

🐰 From scattered whispers spread across the files,
A rabbit weaves workflows through agent aisles,
Canonical paths now gleam, no duplication's blight—
Research issues sparkle in their structured light! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The pull request title clearly summarizes the main change: moving the research-issue skill workflow to a shared location and creating wrappers for multiple agents.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch refactor/shared-research-issue-skill

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@bartul bartul force-pushed the refactor/shared-research-issue-skill branch from e44bed1 to cc5be43 Compare May 18, 2026 19:21
@bartul
Copy link
Copy Markdown
Owner Author

bartul commented May 18, 2026

@coderabbitai review

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 18, 2026

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@bartul bartul merged commit 49a0cce into master May 19, 2026
2 checks passed
@bartul bartul deleted the refactor/shared-research-issue-skill branch May 19, 2026 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant