guijios-weekly-review
自动生成每周复盘周报(对内复盘 + 对外公开周记),从 Claude Desktop(Cowork + Code tab)和 Claude Code 终端 CLI 的全部对话记录中提取本周所有工作内容。 当用户提到以下场景时必须使用此 skill:写周报、生成周报、本周总结、每周复盘、weekly…
Cross-platform reply and comment drafting. Auto-routes to platform-specific rules (GitHub/Reddit/Twitter/HN/general). Use when the user mentions: reply to issue, reply to PR, github reply, draft a reply, write a comment, comment on issue, reddit reply, analyze comments, twitter
$ npx -y skills add YuanASI/guijios-skills --skill guijios-reply --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/guijios-replyContext preview
The summary Claude sees to decide when to auto-load this skill.
Cross-platform reply and comment drafting. Auto-routes to platform-specific rules (GitHub/Reddit/Twitter/HN/general). Use when the user mentions: reply to issue, reply to PR, github reply, draft a reply, write a comment, comment on issue, reddit reply, analyze comments, twitter
name: guijios-reply description: > Cross-platform reply and comment drafting. Auto-routes to platform-specific rules (GitHub/Reddit/Twitter/HN/general). Use when the user mentions: reply to issue, reply to PR, github reply, draft a reply, write a comment, comment on issue, reddit reply, analyze comments, twitter reply, help me respond.
Cross-platform reply/comment drafting. Auto-routes to the correct platform ruleset based on input.
| Input | Mode | |-------|------| | GitHub Issue/PR number or link | GitHub mode | | Reddit comment text/screenshot | Reddit mode | | Twitter/X content | Twitter mode | | Other platforms or unspecified | General mode (applies universal principles) |
---
| Context | Definition | Core Strategy | |---------|-----------|---------------| | **Your turf** | You are the maintainer / OP / author | Deliver information | | **Someone else's turf** | You are a visitor | Contribute experience first, then ask; no self-promotion | | **Cold DM** | Zero prior relationship, you're reaching out | Reference their specific content to build trust |
1. **Intent check:** What information does this comment aim to get? What's the concrete use for us? If you can't answer, rewrite 2. **Fact check:** Verify your own project's technical claims against code; verify quotes against originals 3. **Smell check:** Re-read from the recipient's perspective. Does it read like competitive research? Like AI? Or like someone who naturally ran into the same problem? 4. **Style check:** Run through the blocklist 5. **Compression check:** Can you cut an entire paragraph? Can bullets collapse into prose? Did you restate something the other person already said clearly? When in doubt, cut
1. **Silence is a weapon** -- not replying ≠ losing 2. **Technical credibility is the only moat** 3. **Convert > Defend** -- spend energy on people who might use your product 4. **Don't explain motives** -- only answer people who genuinely want to know 5. **Don't engage in legal discussions**
---
After receiving a number/link, use `gh` commands to read the Issue/PR body and existing comments to understand the full context.
Output sendable text. Put strategic reasoning after the reply.
**Closing an Issue:** `Fixed in #77.`
**Confirming a Bug:** `Yeah this is real. Will add a per-agent semaphore.`
**Feature Request:** `Makes sense. Tracking in #XX.`
**Asking About Use Case:** `What's the use case driving this?`
**Code Review:** `Left a few comments. Main thing is [specific issue].`
**Merging a PR:** `LGTM, merged.`
| Scenario | Strategy | |----------|----------| | External bug report | Confirm the issue + fix plan/status, optionally ask about use case | | External PR (good quality) | Substantive technical feedback, can ask about us
🌐 For international visitors: This is a Chinese-first Claude Code skills monorepo by GuijiOS (硅基杠杆 OS). This repository was previously named silevy-skills. Most skills target Chinese content creation workflows; some SKILL.md files are Chinese-only.
自动生成每周复盘周报(对内复盘 + 对外公开周记),从 Claude Desktop(Cowork + Code tab)和 Claude Code 终端 CLI 的全部对话记录中提取本周所有工作内容。 当用户提到以下场景时必须使用此 skill:写周报、生成周报、本周总结、每周复盘、weekly…