ai-audit-logger

Appends structured AI interaction entries to a Markdown audit report.

Updated Jun 8, 2026
One-click install
npx skills add https://github.com/DuyITLOR/group05_eshop --skill ai-audit-logger-duyitlor
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ai-audit-logger
Source: https://github.com/DuyITLOR/group05_eshop/tree/main/HW/week03/NhutDuy/submission/agent-skills/ai-audit-logger
Command: npx skills add https://github.com/DuyITLOR/group05_eshop --skill ai-audit-logger-duyitlor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Homework HW02 requires a complete log of every AI interaction, and a missing audit report means zero points. This Skill automates recording each AI session so no interaction is forgotten or lost. ## Core Features & Use Cases - Structured Logging: Appends a numbered entry with tool name, timestamp, verbatim prompt, AI output, and human review to ai-audit/ai-audit-report.md. - Sequential Numbering: Detects the highest existing Interaction #N and inserts the new entry as #N+1 above the marker line. - Integrity Rules: Never invents prompts or outputs, records dates when exact times are unknown, and leaves the human review field for the student. - Use Case: After finishing a ChatGPT or Claude session for HW02, ask the assistant to log the interaction so the audit report stays complete and compliant with the assignment requirements. ## Quick Start Log this AI conversation into the audit report as the next interaction entry.

Frequently Asked Questions about ai-audit-logger

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

FAQPage Schema
How do I log an AI interaction for my homework audit report?▼

Open ai-audit/ai-audit-report.md, find the highest existing Interaction number, and insert a new entry above the marker line with the tool name, timestamp, verbatim prompt, output summary, and human review.

What information should an AI audit log entry contain?▼

Each entry needs five fields: the AI tool and model name, date and time, your verbatim prompt in a code block, the AI output in full or faithfully summarized, and a human review describing what you verified or corrected.

Can I summarize the AI output instead of copying it fully?▼

Yes, the output may be faithfully summarized rather than copied in full. However, prompts must always be recorded verbatim and must never be invented or shared between students.

What happens if I do not know the exact time of an interaction?▼

Record only the date when the precise time is unknown. The skill explicitly prohibits fabricating timestamps, so a partial but honest record is preferred over an invented one.

Why is the AI audit report mandatory for HW02?▼

The homework specification requires a complete log of every AI interaction, and a missing audit report results in zero points. The log demonstrates transparent and honest AI usage alongside the separate AI critique document.