update-tasks-weekly

Update weekly task notes with progress and stage them via git add.

Updated Mar 10, 2024
One-click install
npx skills add https://github.com/Mjvolk3/Swanki --skill update-tasks-weekly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-tasks-weekly
Source: https://github.com/Mjvolk3/Swanki/tree/main/.claude/skills/update-tasks-weekly
Command: npx skills add https://github.com/Mjvolk3/Swanki --skill update-tasks-weekly

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of updating weekly task notes by automatically incorporating progress, linking to relevant files, and staging the updated note for commit.

Core Features & Use Cases

  • Automated Task Note Updates: Adds progress and links to the current weekly task note.
  • Dynamic Date Section Creation: Creates new date sections if they don't exist.
  • Dendron Wiki-Link Integration: Supports linking to other notes using Dendron's syntax.
  • Section Anchor Linking: Enables precise linking to specific sections within notes.
  • Git Staging: Automatically stages the updated weekly file using git add.

Quick Start

Update the weekly task note for the current week with details about completed and pending tasks, linking to relevant notes.

Frequently Asked Questions about update-tasks-weekly

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate my weekly task note updates and stage files in git?

Automating weekly task note updates involves appending progress entries to the current ISO week note and automatically staging the modified file using git add for seamless commit preparation.

How do I add progress entries to a Dendron weekly note with wiki-links?

Adding progress to a Dendron weekly note uses wiki-link syntax to reference modified files and supports section anchor links for precise targeting within your knowledge base.

How does a weekly review automation skill identify the correct note?

Weekly review automation identifies the correct note by calculating the current ISO week number and matching it to the corresponding weekly task note file in your workspace.

Can I automatically create new date sections in my weekly task notes?

You can automatically create new date sections dynamically if they do not already exist when the skill adds new progress entries to your weekly task note.

Do I need to manually run git add after updating my weekly review notes?

You do not need to manually run git add because the weekly note update process automatically stages the updated file using git add immediately after modifying the content.