learning

Solid

"Use when the user wants to learn from external resources (URLs, repos, articles), extract patterns from merged PRs, process a learning queue, configure the daily learning scanner, or backfill review lessons. Trigger: '學習', 'learn', '研究', 'deep dive', '學習 PR', '每日學習', 'daily learning', '設定學習', '批次學習', '掃歷史 PR', or when user shares a URL to analyze." 要從外部資源學東西:一則 URL、一個 repo、一篇文章,或從已 merge 的 PR 萃取模式。 例如「學習」「研究」「deep dive」「掃歷史 PR」,或使用者直接丟一個連結要人看。 不用於:查這個 workspace 自己的既有知識(直接讀就好)。

AI & Automation 5 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
26
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# learning <!-- PROSE-EXTERNAL-PATHS: learning-archive.md — 跑起來才長出來的去重紀錄,住在 learnings repo --> `learning` 把外部資料、文章 queue、PR review lessons、daily scanner setup 轉成可落地的 workspace knowledge。`SKILL.md` 只保留 mode routing、邊界與 必讀 reference;mode 細節延後載入。 ## Mandatory Contracts - 任何 sub-agent dispatch 前,先說出它要回傳什麼(Completion Envelope),並要求它把 完整分析寫進一個檔案(`/tmp/polaris-agent-{timestamp}.md`),主 session 只收摘要。 envelope 的形狀由派工的那一份 flow 自己定義——PR / Batch 在 `learning-pr-batch-flow.md`,queue 在 `learning-queue-flow.md`。 - 任何 Slack / JIRA / GitHub / Confluence 或其他 external write 前,遵守 `scripts/validate-language-policy.sh` 或 external write gate。 - 任何 specs Markdown 產出或匯入,遵守 `starlight-authoring-contract.md`。 - Learning 可以 seed / import research evidence,但不得自動 invoke `refinement`, 也不得替任何已凍結的 assertion 改寫成功的定義。 - 寫入 handbook、backlog、learnings、README acknowledgement、RemoteTrigger 或 specs artifact 後,最後必跑 Post-Task Reflection。 ## Mode Detection 依使用者輸入選 mode;只讀該 mode 的 reference。 | Signal | Mode | Reference | |---|---|---| | PR number、PR URL、`PR` + `學習/learn`、某人的 PR、時間範圍 + PR | PR mode | `learning-pr-batch-flow.md` | | `掃 review`、`batch learn`、`批次學習`、`掃歷史 PR`、`補齊 review lessons` | Batch mode | `learning-pr-batch-flow.md` | | 外部 URL、GitHub repo、文章、local research file、使用者貼的研究題材 | External mode | `learning-external-flow.md` | | `每日學習`、`今天有什麼可以學的`、`有新文章嗎`、`讀文章`、`daily learning`、`queue`、bare `學習` without URL/PR context | Queue mode | `learning-queue-flow.md` | | `設定學習`、`learning setup`、`更新學習主題`、`s...

Details

Author
HsuanYuLee
Repository
HsuanYuLee/polaris
Created
5 months ago
Last Updated
today
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

zs-compound

从已完成的知识工作中提取经批准的可复用学习,保存到 docs/knowledge/ 供未来工作检索。

0 Updated 1 weeks ago
oydxxx
AI & Automation Listed

learning-loop

Trigger: /learn, learn topic, learning path, teach me, ensename, aprender, ruta de aprendizaje. Mission-grounded 70-20-10 learning loop: Mermaid roadmaps, Cornell micro-lessons, real-repo exercises, Socratic debriefs, and spaced-repetition hand-off.

0 Updated today
andresnator
Code & Development Solid

review-pr

Review someone else's PR as a code reviewer: read the PR diff, check against .claude/rules, leave inline comments on issues found, and submit a review with APPROVE or REQUEST_CHANGES. Use when the user asks the assistant to review a PR (subject omitted or = self), e.g.: "review PR", "review 這個 PR", "review 此 PR", "review 該 PR", "幫我 review 這個 PR" (without team subject), "review for me", "code review", or shares a PR URL with self-directed review intent. NOT for "請<同仁/大家/人名>幫我 review" (subject = others) — that is 催 review, route to request-pr-review. NOT for "review 大家的 PR" / "掃 PR" (object = others' PRs) — route to review-inbox. NOT for fixing review comments on your own PR — that needs no relay, just fix it. 要以 reviewer 的身分看**別人的** PR:讀 diff、留 inline comment、送出 APPROVE 或 REQUEST_CHANGES。例如「review 這個 PR」「code review」,或丟一個 PR URL 過來要人看。 不用於:「請〈同仁/大家〉幫我 review」——主語是別人,那是催 review, 走 request-pr-review。

5 Updated today
HsuanYuLee