github.com/jeremylongshore/claude-code-plugins-plus-skills
This skill helps implement database audit logging for tracking changes and ensuring compliance. It is triggered when the user requests to "implement database audit logging", "add audit trails", "track database changes", or mentions "audit_log" in relation to a database. The skill provides options for trigger-based auditing, application-level logging, Change Data Capture (CDC), and parsing database logs. It generates a basic audit table schema and guides the user through selecting the appropriate auditing strategy.
Review Score
17%
Validation Score
12/16
Implementation Score
0%
Activation Score
0%
This skill automates the process of setting up database audit logging. It helps users choose an appropriate auditing strategy and provides a basic audit table schema. It simplifies the implementation of robust audit trails for compliance and debugging purposes.
This skill activates when you need to:
User request: "Implement database audit logging for the users table."
The skill will:
User request: "Add audit trails to my database to meet compliance regulations."
The skill will:
This skill can be used in conjunction with other database management plugins to automate the creation of triggers or configure CDC pipelines. It also integrates with logging and monitoring tools to provide a centralized view of database activity.