tdd-update

Pull git changes, link new skill files, and report updates.

2|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/amashigeseiji/tdd-skills --skill tdd-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tdd-update
Source: https://github.com/amashigeseiji/tdd-skills/tree/main/tdd-update
Command: npx skills add https://github.com/amashigeseiji/tdd-skills --skill tdd-update

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of updating the tdd-skills repository, ensuring that all skills are kept up-to-date with the latest changes.

Core Features & Use Cases

  • Automated Update: Pulls the latest changes from the tdd-skills repository using git pull.
  • Skill Linking: Automatically creates symbolic links to new skills.
  • Change Reporting: Reports the differences between the current and previous versions of the repository.

Quick Start

Run the tdd-update skill to update the tdd-skills repository and create links for new skills.

Frequently Asked Questions about tdd-update

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

FAQPage Schema
How do I automate git repository updates for new skill files?

To automate git repository updates for new skill files, run the tdd-update skill to execute git pull, fetch the latest changes, and automatically create symbolic links to any new skill files found.

What is the best way to keep a git repository containing Claude Code skills up to date?

The best way to keep a git repository of Claude Code skills up to date is to use an automated update process that pulls the latest changes and generates a report on the differences between current and previous versions.

How does symbolic link creation work when updating skills in a repository?

Symbolic link creation works by checking for new skill files after a git pull and automatically generating links to them, ensuring newly pulled skills are immediately accessible without manual linking.

Can I see what changes were made during an automated git pull update?

Yes, you can see what changes were made during an automated git pull update because the process generates a detailed report on the differences between the current and previous versions of the repository.

Do I need to manually create symbolic links for new skills after a git pull?

No, you do not need to manually create symbolic links for new skills after a git pull, as the automated update process detects new skill files and creates the necessary symbolic links automatically.

What should I do if my git repository skill update is not linking new files?

If your git repository skill update is not linking new files, ensure the automated update process completed the git pull successfully and verify that the new skill files are present in the repository before symbolic links are generated.