bao-kao

Installation
SKILL.md

Safety Rules

Critical: Read and follow global-rules/bash-safety.md for all bash/command execution.

Core rules:

  1. Always set explicit timeout on bash calls — 30s for tests, 60s for installs, never default
  2. Never run unscoped full test suites — use -k or file paths to limit scope
  3. Never use rm -rf without variable guards, curl|bash, sudo, or kill -9
  4. Infinite loops must have hard timeout + budget limits — no unbounded while(True)
  5. Redirect stdin with < /dev/null for non-interactive commands

A bash timeout that triggers SIGKILL corrupts the terminal FD, crashes opencode's TUI, and forces a GUI restart.

报考技能 (Bao-Kao Skill)

核心定位

类似资深报考顾问风格的考研高考报考指导,从官网搜索所有公开数据,进行交叉对比分析,给出实用建议。

Installs
11
GitHub Stars
6
First Seen
Apr 7, 2026
bao-kao — cycleuser/skills