# Render Weekly Issue List

> Use when structured technical-support issue and timelog data must be rendered as a deterministic weekly Markdown issue list grouped by engineer and KA status.

- Skill: `huruizhi/render-weekly-issue-list` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add huruizhi/render-weekly-issue-list`
- Raw SKILL.md: https://api.skillmd.com/api/skills/huruizhi/render-weekly-issue-list/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: huruizhi (https://skillmd.com/u/huruizhi)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/huruizhi/render-weekly-issue-list

---


# Render Weekly Issue List

Read the JSON produced by `query-tech-support-issues` and render a Markdown list with Issue title/link, customer, engineer, KA status, and weekly hours.

```bash
python3 implementation.py \
  --input /tmp/weekly-report/01-issues.json \
  --output-dir ~/Documents/Obsidian/05-Work/weekly
```

Keep one row per engineer and Issue. Sum duplicate rows for the same engineer and Issue. Render internal work as `内部任务` and missing customer-master associations as `客户未关联`.

