Weekly.SKILL
Description
--- name: weekly description: 当用户要求生成 om-generator 指定日期范围周报时使用;整合 Git 提交、Claude Code 会话、Codex 会话和可选本机记忆记录。 allowed-tools: Bash, Read, Write, Edit, Glob, Grep, Task metadata: argument-hint: "<日期范围,如 2-1到2-7>" --- # 生成周报 根据用户提供的日期范围 `$ARGUMENTS`,收集 om-generator 前后端两个仓库的工作记录,生成周报文档。 ## 步骤 1:解析日期范围 从 `$ARGUMENTS` 中提取起止日期。支持格式: - `2-1到2-7` → 2026-02-01 ~ 2026-02-07 - `1-27到2-2` → 2026-01-27 ~ 2026-02-02 - `2026-02-01到2026-02-07` → 完整日期 - 无参数 → 默认本周一到今天 将解析结果存为变量 `DATE_START` 和 `DATE_END`(格式 YY
Installation
Installs to ~/.claude/skills/majiayu000-claude-arsenal-weekly.skill/SKILL.md
mkdir -p ~/.claude/skills/majiayu000-claude-arsenal-weekly.skill && curl -fsSL https://raw.githubusercontent.com/majiayu000/claude-arsenal/HEAD/skills/weekly.SKILL.md -o ~/.claude/skills/majiayu000-claude-arsenal-weekly.skill/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git mcp-server-github
GitHub API integration for repos, issues, PRs.
Git