Skip to content

Added skill and skill installation guide#18

Merged
devzeebo merged 4 commits into
devzeebo:mainfrom
harms-haus:main
May 5, 2026
Merged

Added skill and skill installation guide#18
devzeebo merged 4 commits into
devzeebo:mainfrom
harms-haus:main

Conversation

@harms-haus

Copy link
Copy Markdown
Collaborator

No description provided.

@coderabbitai

coderabbitai Bot commented May 5, 2026

Copy link
Copy Markdown
Contributor

Warning

Rate limit exceeded

@harms-haus has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 51 minutes and 48 seconds before requesting another review.

To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing.

⌛ 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: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: a1977220-af6d-4295-99d2-a38b1b2bf640

📥 Commits

Reviewing files that changed from the base of the PR and between a454be0 and 5ddfbbe.

📒 Files selected for processing (2)
  • README.md
  • skills/bifrost-rune-workflow.md
📝 Walkthrough

Walkthrough

Adds comprehensive documentation for the Bifrost Rune Workflow skill, including a planning-and-execution guide with CLI commands, core concepts, routing, and operational constraints. Updates README to introduce the skill and link to the full documentation.

Changes

Bifrost Rune Workflow Documentation

Layer / File(s) Summary
Core Documentation
skills/bifrost-rune-workflow.md
New documentation file describing the complete Bifrost CLI workflow: planning phase (sagas, runes, dependencies, readiness checks, forging), execution phase (work selection, claiming, progress tracking, fulfillment), tag-based agent routing, bf orchestrate dispatcher contract, command reference, common flags, and operational pitfalls (lifecycle states, dependency semantics, branching rules, normalization constraints).
Documentation Integration
README.md
New "Skills Integration" section introduces the bifrost-rune-workflow skill with purpose, core concepts, and installation steps; glossary section reformatted in pipe-table style.
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive No description was provided by the author, so it cannot be evaluated as related or unrelated to the changeset. Add a pull request description explaining the purpose of the new skill documentation and its integration into the project.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main changes: a new skill documentation file and integration guide added to the README.
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.

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

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


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.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 4

🤖 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 `@README.md`:
- Line 186: The installation command uses an invalid GitHub URL (npx skills add
https://github.com/devzeebo/bifrost/skills/bifrost-rune-workflow.md) which 404s;
update the URL to a valid location for the skill file (for example the
repository's raw file URL or the correct blob path) so the npx skills add
command can fetch it. Locate the README line containing the literal "npx skills
add" and "bifrost-rune-workflow.md" and replace the broken GitHub URL with the
correct raw.githubusercontent.com or https://github.com/.../blob/... URL
pointing to the actual file in the repo (confirm the branch/name), or
alternatively change the instruction to reference the published skill package
name if applicable.
- Around line 195-199: The glossary table in README has malformed Markdown using
double pipes at row starts (e.g., the header and rows containing **Rune**,
**Saga**, **Realm**); fix it by replacing the leading "||" with single "|" for
the header, separator, and each content row and ensure the separator row uses
the correct pipe/dash pattern (e.g., "|---|---|") so the table renders correctly
in Markdown.

In `@skills/bifrost-rune-workflow.md`:
- Around line 30-34: The fenced code blocks containing the rune state diagram
("draft → [forge] → open → [claim] → claimed → [fulfill] → fulfilled ... [seal]
→ sealed") and the CLI examples beginning with "bf create <title> ..." should
include a language identifier (use "text") after the opening triple backticks;
update both code fences (the diagram block and the CLI block) to ```text so
markdownlint passes and readability improves.
- Line 335: Replace the incorrect status name `in_progress` with the documented
lifecycle status `claimed` in the sentence "Only one rune can be in_progress at
a time" (change it to "Only one rune can be claimed at a time"), and scan the
surrounding workflow text for any other occurrences of `in_progress` to ensure
all references use `claimed` consistently (look for the exact token
`in_progress` and update it to `claimed` where it refers to rune lifecycle
state).
🪄 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: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 83dc46c0-89f1-4311-a369-d1c8bca68ae8

📥 Commits

Reviewing files that changed from the base of the PR and between d3749b3 and a454be0.

📒 Files selected for processing (2)
  • README.md
  • skills/bifrost-rune-workflow.md

Comment thread README.md Outdated
Comment thread README.md Outdated
Comment thread skills/bifrost-rune-workflow.md
Comment thread skills/bifrost-rune-workflow.md Outdated
harms-haus and others added 3 commits May 4, 2026 20:48
Update installation command to use raw GitHub URL
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
@devzeebo devzeebo merged commit 05dd71a into devzeebo:main May 5, 2026
3 checks passed
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.

2 participants