amend-skill

Analyze skill execution logs and generate unified diffs for amendments.

6|1|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/securityfortech/hacking-skills --skill amend-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amend-skill
Source: https://github.com/securityfortech/hacking-skills/tree/main/skills/meta/amend-skill
Command: npx skills add https://github.com/securityfortech/hacking-skills --skill amend-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automatically identifies patterns in skill failures and proposes targeted improvements to the skill's logic or triggers, ensuring skills remain effective over time.

Core Features & Use Cases

  • Failure Analysis: Analyzes execution logs (observations/<skill-name>/runs.md) to pinpoint recurring errors.
  • Targeted Amendments: Suggests specific changes like tightening triggers, adding missing steps, or fixing payloads.
  • Use Case: If a skill consistently fails due to a specific WAF blocking a payload, this skill will analyze the logs, identify the WAF pattern, and suggest adding a WAF bypass technique to the skill's instructions.

Quick Start

Use the amend skill to improve the 'sql-injection' skill.

Frequently Asked Questions about amend-skill

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

FAQPage Schema
How do I improve prompt effectiveness based on execution failures?

To improve prompt effectiveness, you analyze execution logs to identify failure patterns and propose targeted amendments to trigger conditions, steps, and payloads. This ensures your prompt logic remains effective by addressing recurring errors directly.

How does failure analysis work for debugging code analysis skills?

Failure analysis for debugging code analysis skills works by examining observation logs to pinpoint recurring errors. It identifies specific failure patterns in skill execution history and generates a unified diff to propose targeted improvements to the skill's logic.

What is the best way to fix a skill that consistently fails due to WAF blocking?

The best way to fix a skill blocked by a WAF is to analyze the execution logs, identify the WAF pattern, and suggest adding a WAF bypass technique to the skill's instructions. This generates a targeted amendment to the skill's payload.

Do I need observation logs to analyze skill execution history?

Yes, you need observation logs to analyze skill execution history. The analysis requires access to observation logs and skill markdown files to pinpoint recurring errors and propose targeted amendments for improving skill effectiveness.

Can I use this to tighten trigger conditions and fix missing steps in a skill?

Yes, you can use this to tighten trigger conditions and fix missing steps. It analyzes execution history and proposes targeted amendments addressing failure patterns in trigger conditions, steps, payloads, and output formats by generating a unified diff.

What are the limitations of automated skill improvement from failure patterns?

The limitation of automated skill improvement is that it requires existing observation logs and skill markdown files for analysis. It cannot propose amendments without prior execution history data to identify failure patterns and generate a unified diff for review.