Process Error Logs banner
maslennikov-ig maslennikov-ig

Process Error Logs

Development community intermediate

Description

Execute the `process-logs` skill for automated error processing.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

Repository README

This is the README for maslennikov-ig/claude-code-orchestrator-kit, shared by 10 entries in this directory. It describes the repository, not this entry specifically.


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`