Agent Skills: skill-fix-logs

[Tooling & Meta] Fix the agent skill based on `logs.txt` file.

UncategorizedID: duc01226/easyplatform/skill-fix-logs

Install this agent skill to your local

pnpm dlx add-skill https://github.com/duc01226/EasyPlatform/tree/HEAD/.claude/skills/skill-fix-logs

Skill Files

Browse the full folder contents for skill-fix-logs.

Download Skill

Loading file tree…

.claude/skills/skill-fix-logs/SKILL.md

Skill Metadata

Name
skill-fix-logs
Description
"[Tooling & Meta] Fix the agent skill based on `logs.txt` file."

Think harder. Use skill-plan and claude-code skills. Use docs-seeker skills to search for documentation if needed.

Your mission

Fix the agent skill based on the current logs.txt file (in the project root directory).

Requirements

<user-prompt>$ARGUMENTS</user-prompt>

Rules of Skill Fixing:

Base on the requirements:

  • If you're given nothing, use AskUserQuestion tool for clarifications and researcher subagent to research about the topic.
  • If you're given an URL, it's documentation page, use Explorer subagent to explore every internal link and report back to main agent, don't skip any link.
  • If you receive a lot of URLs, use multiple Explorer subagents to explore them in parallel, then report back to main agent.
  • If you receive a lot of files, use multiple Explorer subagents to explore them in parallel, then report back to main agent.
  • If you're given a Github URL, use repomix command to summarize (install it if needed) and spawn multiple Explorer subagents to explore it in parallel, then report back to main agent.

IMPORTANT Task Planning Notes

  • Always plan and break many small todo tasks
  • Always add a final review todo task to review the works done at the end to find any fix or enhancement needed