Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Conversation

@chrarnoldus
Copy link
Contributor

@chrarnoldus chrarnoldus commented Jun 11, 2025

Contributes to Kilo-Org/kilocode#531 and Kilo-Org/kilocode#578

Mostly copied from Cline docs. We probably want to either replace or remove the Real-world Example, because it seems very specific to a Cline developer's workflow.

@vercel
Copy link

vercel bot commented Jun 11, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 12, 2025 4:09pm

This comment was marked as outdated.

@chrarnoldus chrarnoldus requested review from EamonNerbonne and RSO June 12, 2025 09:41
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Adds a new “Workflows” guide under slash-commands and updates the sidebar to surface it.

  • Introduce docs/features/slash-commands/workflows.mdx with workflow usage, patterns, and an example.
  • Register the new page in sidebars.ts.

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
sidebars.ts Added 'features/slash-commands/workflows' to the sidebar
docs/features/slash-commands/workflows.mdx Created detailed documentation for slash-command workflows
Comments suppressed due to low confidence (3)

docs/features/slash-commands/workflows.mdx:6

  • [nitpick] The placeholder syntax /[workflow-name.md] could be confusing; consider updating to a clearer example like /my-workflow.md or adding a note explaining that users should replace the bracketed text with their actual workflow filename.
Workflows automate repetitive tasks by defining step-by-step instructions for Kilo Code to execute. Invoke any workflow by typing `/[workflow-name.md]` in the chat.

docs/features/slash-commands/workflows.mdx:13

  • [nitpick] Using ~ to denote the home directory may be unclear to some users; consider specifying the full path convention (e.g., $HOME/.kilocode/workflows/) or clarifying what ~ refers to.
- **Global workflows**: `~/.kilocode/workflows/` (available in all projects)

docs/features/slash-commands/workflows.mdx:58

  • [nitpick] This example appears specific to a Cline developer's workflow; consider generalizing or replacing it with a more universally applicable example, or add a note indicating that it can be customized per team.
## Example: PR Submission Workflow

Copy link

@EamonNerbonne EamonNerbonne left a comment

Choose a reason for hiding this comment

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

One sanity check

@chrarnoldus chrarnoldus merged commit 0bb8d87 into main Jun 12, 2025
3 checks passed
@chrarnoldus chrarnoldus deleted the workflows branch June 12, 2025 16:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants