What problem does it solve? VinUni students in the AI Thực Chiến (A20) course must maintain JOURNAL.md, WORKLOG.md, and properly formatted pull requests, which is repetitive and easy to get wrong. This Skill automates that documentation workflow in Vietnamese. ## Core Features & Use Cases - Journal Generation: Automatically drafts weekly JOURNAL.md entries from git history and AI usage logs, then asks reflective questions before writing. - Worklog Entries: Creates ADRs, sprint task tables, bug reports, and brainstorm notes in WORKLOG.md with numbered entries and confirmation before appending. - PR Compliance & Creation: Runs a 5-point pre-PR checklist (hooks, journal freshness, worklog content, code changes, .env) and drafts a formatted pull request via gh CLI. - Use Case: A student types "/a20" or says "kiểm tra PR" before submitting; the assistant verifies compliance, drafts the PR title and body from git diffs, and creates the PR after confirmation. ## Quick Start Ask the assistant to check my project before creating a PR, or say "write this week's journal" to generate a JOURNAL.md entry from recent commits.