refreshing-artifacts

Route artifacts to re-validation skills and update confidence metadata in frontmatter.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/0xHoneyJar/construct-observer --skill refreshing-artifacts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: refreshing-artifacts
Source: https://github.com/0xHoneyJar/construct-observer/tree/main/skills/refreshing-artifacts
Command: npx skills add https://github.com/0xHoneyJar/construct-observer --skill refreshing-artifacts

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Re-validate an artifact by routing to the appropriate re-validation skill, then update confidence inputs (NOT the computed score) in frontmatter.

Core Features & Use Cases

  • Route to the correct re-validation skill based on artifact type (user-canvas, journey, reality, taste, etc.)
  • Initialize confidence metadata if missing and persist updates only to frontmatter
  • Update last_validated_at, last_validated_commit, and validation_count while preserving computed scores
  • Emit a FeedbackEvent to grimoires for observability and downstream processing

Quick Start

Invoke the /refresh command with an artifact path to initialize confidence tracking or trigger the appropriate re-validation.

Frequently Asked Questions about refreshing-artifacts

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

FAQPage Schema
How do I re-validate artifact metadata and refresh confidence data?

To re-validate artifact metadata and refresh confidence data, invoke the /refresh command with an artifact path. The skill routes to the appropriate validation logic and updates the artifact frontmatter with new confidence inputs.

Does re-validation overwrite computed confidence scores in artifact frontmatter?

No, re-validation does not overwrite computed confidence scores. The process specifically preserves your existing computed scores while updating metadata like last_validated_at, last_validated_commit, and validation_count.

How do I initialize confidence tracking for artifacts missing validation metadata?

To initialize confidence tracking for artifacts missing validation metadata, use the /refresh command with the artifact path. The skill automatically initializes the required confidence metadata fields and persists them directly to the frontmatter.

Can I use the same validation workflow for user-canvas, journey, reality, and taste artifacts?

Yes, you can use the same workflow for user-canvas, journey, reality, and taste artifacts. The skill automatically routes to the correct specialized re-validation logic based on the specific artifact type provided.

What do I need to access before triggering artifact re-validation?

Before triggering artifact re-validation, you need access to the artifact frontmatter, the current git state, and the ability to route to specialized re-validation skills based on artifact type.