doc-exec-log-append

Append execution facts to a centralized log file using a Julia script.

2|Updated Nov 16, 2025
One-click install
npx skills add https://github.com/w5851/Julia_RelaxTime --skill doc-exec-log-append
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc-exec-log-append
Source: https://github.com/w5851/Julia_RelaxTime/tree/main/.agents/skills/doc-exec-log-append
Command: npx skills add https://github.com/w5851/Julia_RelaxTime --skill doc-exec-log-append

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

将“执行事实”以追加方式写入台账,默认不回读历史正文,避免上下文污染并确保可追溯性。

Core Features & Use Cases

  • Append-only:仅在台账末尾追加记录,保留完整历史。
  • No read-back by default:追加时不读取历史正文,保持上下文独立。
  • Self-contained records:每条记录自含目标、代码变更、验证命令、产物、结果与主线映射。
  • 支持在任务推进时自动触发记录追加,并在台账不存在时自动创建头部模板。

Quick Start

Supply the required log_file and batch metadata to append a new execution record.

Frequently Asked Questions about doc-exec-log-append

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

FAQPage Schema
How do I append execution logs to a centralized file without reading history?

You can append execution logs without reading history by using an append-only template that writes facts directly to the target log file's end. This prevents context pollution while maintaining traceability across batch tasks.

What is the best way to maintain an audit trail without polluting the context window?

Maintaining an audit trail without context pollution requires an append-only execution log mechanism. By default, it avoids reading previous content during the append action, keeping the context clean and independent across tasks.

How do I batch log execution facts to a traceability log?

Batch logging execution facts involves supplying the required log file path and batch metadata to an append-only template. The system validates required fields and appends self-contained records to the target file in one operation.

Can I automatically create a log file template if it does not exist?

Yes, you can automatically create a log file template if the target file does not exist. When triggered to append execution facts, the script initializes a centralized log with a standard header template before adding the first record.

What fields are required for an append-only execution log record?

Required fields for an append-only execution log record include target, code changes, validation commands, artifacts, results, and mainline mapping. The system validates these self-contained fields before appending to ensure complete traceability.