fix-audit-issue

Create a feature branch, fix an audit issue, and submit a pull request.

29|6|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/edictum-ai/edictum --skill fix-audit-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-audit-issue
Source: https://github.com/edictum-ai/edictum/tree/main/.claude/skills/fix-audit-issue
Command: npx skills add https://github.com/edictum-ai/edictum --skill fix-audit-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the resolution of a single audit issue in a git worktree, creating a feature branch, fixing the issue, and generating a pull request. It's designed for parallel execution by agents.

Core Features & Use Cases

  • Automated Branch Creation: Automatically creates a feature branch for the fix.
  • Bug Fix Procedure Execution: Executes a set of predefined steps for fixing bugs.
  • Pull Request Creation: Generates a pull request with proper formatting and documentation.
  • Use Case: For example, an agent finds a security issue in a codebase. The Skill creates a branch, follows the bug fix procedure, and submits a PR.

Quick Start

Use the fix-audit-issue skill to automatically resolve the 'sensitive data exposure' issue and create a PR.

Frequently Asked Questions about fix-audit-issue

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

FAQPage Schema
How do I automate bug fix procedures and pull request creation for audit issues?

Automating audit issue resolution involves creating a feature branch in a git worktree, executing a predefined bug fix procedure, and submitting a formatted pull request. This Skill handles branch creation, the fix execution, and PR generation for development agents.

Can I use a git worktree to resolve a single audit issue in parallel?

Yes, resolving a single audit issue in a git worktree is designed for parallel execution by agents. The process creates an isolated feature branch, applies the fix, and generates a pull request without interfering with other ongoing work.

What is the best way to create a pull request for a security audit issue found in a codebase?

The best way to create a pull request for a security audit issue is to automate the workflow: create a dedicated feature branch, apply the necessary code fix through a structured procedure, and submit a properly documented PR directly from the development environment.

Does the automated audit issue resolution process require manual branch creation?

No, automated audit issue resolution does not require manual branch creation. The process automatically handles branch creation in a git worktree before executing the bug fix procedure and generating the pull request.

How do I ensure proper PR documentation when automating audit issue fixes?

To ensure proper PR documentation when automating audit issue fixes, the pull request generation step automatically applies proper formatting and documentation as part of the workflow after the bug fix procedure executes in the feature branch.