بنقرة واحدة
log
Log a work achievement as a linked note in the vault — for performance reviews
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Log a work achievement as a linked note in the vault — for performance reviews
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
End-of-day check-in — pulls GitHub activity, compares to existing logs, and creates missing entries
Log a concrete task with an optional deadline — surfaces in daily briefings
Morning planning session - reads recent vault activity, flags urgent items, plans the day
Initialise claudia for a new user — walks through prerequisites, then uses the Obsidian CLI to set up the vault
Weekly review - flags forgotten ideas/tasks, summarises the week
Log a decision with rationale — high-value evidence for performance reviews
| name | log |
| description | Log a work achievement as a linked note in the vault — for performance reviews |
| argument-hint | <what you did and why it mattered> |
Log a work achievement. Today: !date +%Y-%m-%d.
Input: $ARGUMENTS
If $ARGUMENTS is empty, ask: "What did you accomplish? Include what you did and what changed because of it."
Parse the input:
work/shipped — completed and delivered somethingwork/unblocked — removed a blocker for otherswork/led — led an initiative, decision, or reviewwork/learned — gained a significant technical or professional insightwork/improved — improved a process, codebase, or team healthGenerate a short slug from the achievement title (lowercase, hyphens, 4-6 words max).
Create the note:
obsidian create name="[date]-[slug]" path="Notes/" content="---
date: [date]
type: work
tags: [work/TAG, status/done]
---
# [Achievement title]
**What**: [what was done]
**Impact**: [outcome — what changed]
**PRs**:
- [PR link]
"
The PRs section is optional — only include it if the achievement references one or more pull requests. A single log entry can reference multiple PRs (even across different repos) when they represent a single logical piece of work.
Jira ticket extraction: If a PR is referenced, check its branch name for a ticket-like prefix (e.g. ef-123/some-feature → ticket is EF-123). Also check the PR description for ticket references. If found, ask the user to confirm: "Jira ticket EF-123?" If confirmed, add ticket: EF-123 to the YAML frontmatter.
Check for related active projects:
obsidian search query="type:project tag:status/refined" --output paths
If any project notes seem topically related to this achievement, ask: "Is this related to [[project-name]]?" If yes:
obsidian append file="[project-slug]" content="- [[date-slug]] | [date]"
## Steps items that this achievement completes (change - [ ] to - [x]).Insert into the correct quarter in the Work atlas:
obsidian read) so you have line numbers for editing.## [YYYY] does not exist, create it with all four quarter sub-headings.### QN (...) heading under the correct year.- [[date-slug]] | [date] | work/TAG) immediately after the last existing entry under that quarter heading (or directly after the heading if empty).obsidian append — it adds to the end of the file, not to the correct quarter section.Confirm: "Logged as [[date-slug]]. Work atlas now has [N] entries."
If impact was inferred, note it: "(impact inferred — edit [[date-slug]] if wrong)".