LLM Skills
~/catalog/debugging & maintenance//process-logs

Process error logs

/process-logs

Run the "`process-logs`" skill for automated error handling.

maslennikov-igmaslennikov-ig
249
March 5, 2026
Other
// skill content

--- description: Process error logs from database - fetch, analyze, fix, mark resolved --- # Process Error Logs Execute the process-logs skill for automated error processing. ## Quick Start 1. Read .claude/skills/process-logs/SKILL.md 2. Follow the workflow phases directly 3. Use Task tool for complex fixes (delegate to subagents) 4. Run quality gates inline via Bash ## Workflow Summary `` Fetch Errors → Analyze → Fix → Verify → Mark Resolved → Report ` **Subagents**: database-architect, fullstack-nextjs-specialist, typescript-types-specialist **Quality gates**: pnpm type-check && pnpm build --- Now read and execute the skill: .claude/skills/process-logs/SKILL.md`

// original public source
maslennikov-ig/claude-code-orchestrator-kit
/.claude/commands/process-logs.md
License: Other. Review the repository before reusing it.
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/process-logs.md" "https://raw.githubusercontent.com/maslennikov-ig/claude-code-orchestrator-kit/main/.claude/commands/process-logs.md"
Then in Claude Code, type /process-logs to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Stars 249
LicenseOther
UpdatedMarch 5, 2026
Format.md
AccessFree
// similar

Skills Debugging & maintenance

View allarrow_forward