Add a repository-appropriate ready-for-dev workflow and CI enforcement for skills, integrations, and automations.
Scope:
- Add type-specific readiness checks for bugs and enhancements, tailored to extension contributions and reproducible Python/package or validation commands.
- Ensure not-ready results do not abort workflow processing under
set -euo pipefail.
- Add idempotent readiness feedback comments and label management.
- Add a PR description gate for linked issues and refresh it when
ready-for-dev changes.
- Add tests using the repository’s existing Python test tooling.
Acceptance criteria:
- Not-ready issues still receive feedback and correct label updates.
- Linked PRs are blocked until their issue is ready.
- Label transitions refresh linked PR checks.
- CI and tests pass.
This issue was created by an AI agent (OpenHands) on behalf of the user.
Add a repository-appropriate
ready-for-devworkflow and CI enforcement for skills, integrations, and automations.Scope:
set -euo pipefail.ready-for-devchanges.Acceptance criteria:
This issue was created by an AI agent (OpenHands) on behalf of the user.