Skip to content

docs: add Rstack CLI documentation skill - #72

Merged
chenjiahan merged 1 commit into
mainfrom
fix-rstack-config
Sep 4, 2026
Merged

chenjiahan merged 1 commit into
mainfrom
fix-rstack-config

Conversation

@chenjiahan

Copy link
Copy Markdown
Member

This repository is missing the Rstack CLI documentation skill. Add the same skill and lockfile metadata as rsbuild-plugin-template so coding agents can consult version-matched CLI documentation.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 4, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-04T13:35:42.831578Z 129f0e7 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 129f0e70b2

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".


1. Start with `node_modules/rstack/docs/llms.txt`, then read only the linked pages relevant to the task before proposing or making changes.

2. For exact CLI flags and behavior, also run `rs -h` or `rs <command> -h` when supported.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Invoke the project-local rs binary

In a normal project shell, rstack is only a devDependency (package.json:34-40), so its rs binary is added to PATH for package scripts but not for arbitrary commands; following this instruction therefore produces rs: command not found rather than the requested help. Invoke it through the repository's package manager, such as pnpm exec rs -h / pnpm exec rs <command> -h, so agents can actually inspect the installed CLI version.

Useful? React with 👍 / 👎.

@chenjiahan
chenjiahan merged commit 4c2b7bb into main Sep 4, 2026
5 checks passed
@chenjiahan
chenjiahan deleted the fix-rstack-config branch September 4, 2026 13:49
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