Skip to content

feat(improve-workflow): Add Phase 0 for data quality + get_error_details#196

Merged
evansenter merged 1 commit into
mainfrom
feat/improve-workflow-data-quality
Jan 10, 2026
Merged

feat(improve-workflow): Add Phase 0 for data quality + get_error_details#196
evansenter merged 1 commit into
mainfrom
feat/improve-workflow-data-quality

Conversation

@evansenter

Copy link
Copy Markdown
Owner

Summary

  • Add Phase 0 to ensure data quality before analysis
  • Use ingest_git_history_all_projects() for cross-repo git correlation
  • Add get_error_details() call to drill into specific failing patterns
  • Note that warmup events no longer count as errors

Based on improvements from evansenter/agent-session-analytics#76:

  • Multi-project git ingestion (247 commits vs 132 from single repo)
  • Warmup error fix (83% of "errors" were false positives)

Test plan

  • Lint/shellcheck pass
  • Manual test of /improve-workflow agent

🤖 Generated with Claude Code

- Add Phase 0 to ingest logs, git commits from all projects, and correlate
- Use ingest_git_history_all_projects() for cross-repo git correlation
- Add get_error_details() call to drill into specific failing patterns
- Note that warmup events no longer count as errors (fixed in session-analytics)

Ref: evansenter/agent-session-analytics#76

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@claude

claude Bot commented Jan 10, 2026

Copy link
Copy Markdown

Prompt: evansenter/dotfiles/.../claude-review.md

Code Review

Summary

This PR enhances the improve-workflow agent with a new Phase 0 for data quality assurance, adds cross-repository git ingestion via ingest_git_history_all_projects(), introduces the get_error_details() MCP call for better failure analysis, and clarifies that warmup events are no longer counted as errors.

Issues Found

Critical

None

Important

None

Suggestions

None

Verdict

APPROVE - Code looks good, no issues found. The changes are well-structured, follow the existing document conventions, and provide useful improvements to the workflow analysis process.


Automated review by Claude Code

@evansenter evansenter merged commit cb54752 into main Jan 10, 2026
5 checks passed
@evansenter evansenter deleted the feat/improve-workflow-data-quality branch January 10, 2026 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant