Rewrote from a sibling-skill routing table into a skill that carries its own procedure, and folded in generalized rules from maintainer practice: - full-thread reads (gh issue view --comments; newest comment = live state) - duplicate-PR sweep (issue number + keyword variants) before any code - design-intent check via git log -p -S alongside premise reproduction - fix the class: sweep sibling call sites into the same PR - sabotage run: prove the regression test fails without the fix - open the PR immediately (PR dispatches CI; CI latency is the long pole) - close the loop: comment the issue with the PR link Also: description 205 -> 59 chars, author credits Ben Barclay first, modern section order, boilerplate trimmed, tests (10) incl. a router-pattern guard, scoped docs regen. |
||
|---|---|---|
| .. | ||
| docs | ||
| i18n/zh-Hans/docusaurus-plugin-content-docs/current | ||
| scripts | ||
| src | ||
| static | ||
| .gitignore | ||
| .npmrc | ||
| README.md | ||
| docusaurus.config.ts | ||
| package-lock.json | ||
| package.json | ||
| sidebars.ts | ||
| tsconfig.json | ||
README.md
Website
This website is built using Docusaurus, a modern static website generator.
Installation
yarn
Local Development
yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Build
yarn build
This command generates static content into the build directory and can be served using any static contents hosting service.
Deployment
Using SSH:
USE_SSH=true yarn deploy
Not using SSH:
GIT_USER=<Your GitHub username> yarn deploy
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.
Diagram Linting
CI runs ascii-guard to lint docs for ASCII box diagrams. Use Mermaid (````mermaid`) or plain lists/tables instead of ASCII boxes to avoid CI failures.