Agent Skill
2/7/2026audit-logger
Maintains comprehensive audit logs of all system actions.
F
faqehanoor
0GitHub Stars
1Views
npx skills add faqehanoor/Hackathon-0-FTE-s-
SKILL.md
| Name | audit-logger |
| Description | Maintains comprehensive audit logs of all system actions. |
name: audit-logger description: Maintains comprehensive audit logs of all system actions.
Overview
This skill ensures all actions are properly logged for audit purposes.
When to Use
- For every action performed by the system
- When recording approval workflows
- When tracking financial transactions
- When documenting system events
Parameters
- timestamp: When the action occurred
- action_type: Type of action performed
- actor: Who performed the action (Claude, MCP server, etc.)
- target: What was acted upon
- parameters: Parameters used in the action
- approval_status: Whether approval was required/granted
- result: Success or failure of the action
Process
- Capture all relevant information about the action
- Format as JSON entry
- Write to daily log file in /Logs/ folder
- Ensure logs are retained for 90+ days
- Maintain data integrity and security
Skills Info
Original Name:audit-loggerAuthor:faqehanoor
Download