Skip to content

Remove issue auto-implement action and workflows#304

Open
leggetter wants to merge 1 commit into
mainfrom
claude/intelligent-mendel-qrj019
Open

Remove issue auto-implement action and workflows#304
leggetter wants to merge 1 commit into
mainfrom
claude/intelligent-mendel-qrj019

Conversation

@leggetter

Copy link
Copy Markdown
Collaborator

This PR removes the entire issue auto-implement action and its associated workflows from the repository.

Summary

The issue auto-implement feature—a composite GitHub Action that automatically assessed GitHub issues, requested additional information when needed, and implemented fixes using Claude—has been completely removed. This includes:

  • The main composite action (action.yml) with all its assessment, implementation, and PR creation logic
  • Assessment script (assess/src/index.ts) that used Claude to evaluate issue completeness
  • Implementation script (assess/src/implement.ts) that ran Claude Code CLI to make code changes
  • Local testing and development utilities (run-local-assess.ts, push-and-open-pr.ts)
  • Supporting workflows (issue-auto-implement.yml, issue-auto-implement-setup.yml, issue-auto-implement-test.yml)
  • Comprehensive documentation (README.md, AGENTS.md, diagnostic notes)
  • Test fixtures, configuration files, and development environment setup scripts

Key Changes

  • Removed .github/actions/issue-auto-implement/ directory entirely (action definition, assess scripts, tests, fixtures, configuration)
  • Removed .github/workflows/issue-auto-implement.yml (main workflow)
  • Removed .github/workflows/issue-auto-implement-setup.yml (label setup workflow)
  • Removed .github/workflows/issue-auto-implement-test.yml (assess test workflow)
  • Updated .github/workflows/test.yml comment to remove reference to auto-implement PR creation

Notes

This is a clean removal of an experimental feature. The test.yml workflow comment was updated to reflect that manual workflow dispatch is now the only non-standard trigger method.

https://claude.ai/code/session_01Goaj4LVB4zyvAykVwjyjdi

Removes the issue-auto-implement GitHub Actions workflows and the
associated composite action since it did not work as intended.
@leggetter leggetter marked this pull request as ready for review June 16, 2026 13:40
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.

2 participants