docs(onboarding): refresh runbook and add how-to-install-a-skill#1
Open
devin-ai-integration[bot] wants to merge 1 commit into
Open
docs(onboarding): refresh runbook and add how-to-install-a-skill#1devin-ai-integration[bot] wants to merge 1 commit into
devin-ai-integration[bot] wants to merge 1 commit into
Conversation
- Note the repo is public; permissions only required for write access. - Document PATH export hint and one-click install_all_features.sh path. - Add --confirm-install-missing-skills and --confirm-high-risk-execution tips. - Add a dedicated section on how to install and run a skill. - Note the os -> yyos deprecation and bump Node.js version hint. Co-Authored-By: 1909009669 <1909009669@qq.com>
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates
docs/runbooks/onboarding.mdto match the currentyyosworkflow I verified locally on this repo, and adds a new section explaining how to install and run a skill (which was missing).Notable doc changes:
PATHexport hint (the install script prints it), a verify one-liner, the one-clickinstall_all_features.shpath, and anos→yyosdeprecation callout.--confirm-install-missing-skills(yyos 1can outputmissing_skills) and--confirm-high-risk-executionfor high-risk selections.find-skills, manual from pinned GitHub ref withverify_skill_source.pywhitelist check), how to verify install, and how to run a skill via YYOS routing vs. direct script invocation; links tomissing-skill-policy.md.--jsondry-run preview before--confirm-bootstrap-apply.npx --yes skills ...) and added the~/.local/binPATH reminder.No code changes.
Review & Testing Checklist for Human
npx --yes skills add ... --skill <name> -yand~/.codex/skills/<skill-name>are the correct/official path and CLI invocation for your environment.yyos 安装github和mcp --jsonactually emits the bootstrap plan in your environment. In my local run it returned a low-confidence clarification prompt instead of a bootstrap block; if--jsonalone is insufficient, the doc should instead suggest a different preview flag (e.g. require--confirm-bootstrap-apply --dry-runor similar).install_all_features.shdescription (readsSKILL_MATRIX, runsinstall_yyos_command.sh, self-checks withyyos --json, supports--dry-run/--force) still matches the current script.Notes
~/.local/bin/yyos,yyos,yyos 1,yyos 检查MCP状态,yyos 优化发布链路 --discover-ecosystem,yyos 1 --confirm-install-missing-skills, andpython3 skills/yyos/scripts/yyos_dashboard.pyall returned expected output.Link to Devin session: https://app.devin.ai/sessions/f81dd425de3f4a4da3ef47a2415bed0e
Requested by: @Qingjingyu