yibie
- 13 skills
- 0 followers
- 6 hours ago last updated
- ▌ Tweet Posting Cdp · yibiePublish tweets via Chrome DevTools Protocol (CDP) without any browser extension. Use for posting X/Twitter updates from scripts or agents when opencli-style extension tooling is unavailable or broken.
- ▌ Autoresearch Curation · yibieCurate and expand the awesome-autoresearch repository. Use when adding new autoresearch cases, collecting discussion evidence from X/Reddit/HN/blogs, promoting discussion items into main categories, refreshing README counts, or running periodic evidence sweeps.
- ▌ Security Checklist · yibieReviews code for security concerns, auth risks, and missing tests. Use when auditing a PR or investigating a bug fix.
- ▌ Code Review · yibie bundleReview code quality, check for issues, and provide improvement suggestions. Trigger when user asks to review code or check code quality.
- ▌
- ▌ Git Commit Message · yibie bundleGenerate a conventional-commit message from the current diff or attached file
- ▌ Weekly Tech Digest · yibie bundleSearch and summarize weekly tech news from multiple angles into a report
- ▌ Do · yibie bundle执行一个已经批准且未阻塞的工作切片,完成最小代码变更、测试和状态交接。适用于已有 SPEC 与 Slice 的实现,或 plan 直接 approve 的单上下文改动。
- ▌ Plan · yibie bundle在执行前质询并分类一项可能改变语义、架构边界或工作规模的请求。适用于新增、重命名、拆分、合并、废弃或重新定义概念、身份、关系、生命周期、不变量、Action Contract,或需要跨多个上下文推进的工作;语义已经确定且只是实现细节的修改可跳过。
- ▌ Check · yibie bundle对已完成的变化做只读验收,检查它是否符合已确认契约、工程标准和引用完整性。适用于实现后验收、回归检查或用户要求审查变更时。适用于实现后验收、回归检查或用户要求审查变更时。
- ▌ Learn · yibie bundle将已验证的观察记录为证据,并判断哪些学习应提升为长期上下文、稳定协议或 ADR。适用于 check 之后、失败假设、blocker、被拒绝或悬而未决的提案,或新事实可能改变后续判断时。
- ▌ Arrange · yibie bundle将已确认的 SPEC 安排成可独立验证、带依赖关系的工作切片。适用于跨多个上下文的 feature、重构或迁移;不替代设计质询,也不为尚未确认的工作预拆切片。
- ▌