schedule-tech-update

Refreshes technology-graph chapters from package inventories and opens a draft pull request.

Updated Sep 2, 2026
One-click install
npx skills add https://github.com/JSdotNet/devbook --skill schedule-tech-update-jsdotnet
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: schedule-tech-update
Source: https://github.com/JSdotNet/devbook/tree/main/plugins/delivery-schedule/skills/schedule-tech-update
Command: npx skills add https://github.com/JSdotNet/devbook --skill schedule-tech-update-jsdotnet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Technology radar chapters under tech/ drift out of sync with what the repository actually depends on, and nobody remembers to update them. This Skill runs the refresh on a schedule so drift between a package manifest and a chapter is detected and proposed automatically. ## Core Features & Use Cases - Scheduled tech-graph refresh: Invokes devbook:tech-update over every tech/ layer (or a single layer file) to compare package inventories against committed chapters. - Draft pull request landing: When chapters move, opens a draft PR titled chore(tech): technology graph refresh <YYYY-MM-DD> containing the inventory deltas and every chapter change. - Guardrails: Never marks technologies adopted, hold, or retired on its own, never commits temporary inventory JSON, and never regenerates _meta/ indexes owned by the daily validate schedule. - Use Case: A team wires the weekly tech-update trigger in their host scheduler; each week the run inventories dependencies, updates the tech/ chapters, and a person reviews and merges the resulting draft PR. ## Quick Start Run the scheduled tech-update over all tech layers and open a draft pull request with whatever changed.

Frequently Asked Questions about schedule-tech-update

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

FAQPage Schema
How do I keep a technology radar in sync with package dependencies?▼

Run this scheduled skill, which invokes devbook:tech-update over every tech/ layer to compare package inventories against committed chapters. Any drift is landed as a draft pull request for a person to review and merge.

How to automate tech chapter updates on a weekly schedule?▼

Wire the weekly tech-update trigger from the delivery-schedule plugin into your host's scheduler, such as Routines in Claude Code or Automations in the GitHub Copilot app. The run picks its own scope and opens a draft PR with the deltas.

Does the scheduled tech update merge changes automatically?▼

No, it only opens a draft pull request titled chore(tech): technology graph refresh with the inventory deltas and chapter changes. A person must review and merge; the run never merges on its own.

Can the tech update schedule mark a technology as adopted or retired?▼

No, rating a technology as adopted, hold, or retired is explicitly a person's decision. The run may propose a rating inside the pull request at most, but never applies one itself.

What happens when the repository has no tech folder?▼

The run stops immediately and reports that no tech/ folder exists. The devbook:tech-update dependency handles this boundary, so no pull request or chapter change is attempted.