Agent skill
vigilante-issue-implementation-on-gradle-multi-project
Implement a GitHub issue end-to-end when Vigilante dispatches work for a watched Gradle multi-project repository. Use the provided worktree, respect repository instructions, comment on the issue as work progresses, and report failures back to GitHub.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/vigilante-issue-implementation-on-gradle-multi-project
SKILL.md
Vigilante Gradle Multi-Project Issue Implementation
Overview
Implement one GitHub issue from Vigilante dispatch through validated code changes, a pushed branch, and an opened pull request from the provided worktree. Always work inside the assigned worktree, respect repository instructions, and keep the GitHub issue updated with start, plan, progress, PR, and failure comments.
Gradle Multi-Project Focus
- Read the repo/process context supplied in the prompt before changing code.
- Use
settings.gradleorsettings.gradle.kts, included project names, and repo docs to identify the relevant Gradle subproject scope before editing. - Prefer repo-defined Gradle tasks and existing module names over guessed task or path conventions.
- Keep implementation and validation scoped to the affected subproject(s) when possible, then expand only if shared code or integration boundaries require it.
- Avoid JS workspace assumptions that do not apply to Gradle repositories.
Workflow
- Inspect issue and repository constraints
- Read the issue details supplied by Vigilante and confirm the issue scope before coding.
- Read development constraints from repository markdown files before making changes:
AGENTS.mdwhen presentREADME.md- other root or area-specific docs that affect touched files
- If repository instructions conflict, follow the more specific instruction.
- Announce session start on GitHub
- Post a comment on the issue as soon as work begins using
vigilante gh issue comment. - Include that Vigilante launched the session, the working branch, and that implementation is in progress.
- Post an implementation plan early
- After inspecting the issue and repository constraints, post a concise implementation plan to the issue using
vigilante gh issue comment. - The plan comment should describe the Gradle subproject scope and validation approach before substantial coding work begins.
- Implement inside the assigned worktree only
- Use only the provided worktree path.
- Never edit the root checkout when a worktree was assigned.
- Keep changes scoped to the issue.
- Prefer native repository tooling and avoid unnecessary new dependencies.
- When local databases or other service-backed dependencies are required, call the bundled
vigilante-local-service-dependenciesskill before inventing ad hoc setup. - If the repository expects
docker-compose-launchfor service-backed development or tests, use that repo-defined flow instead of replacing it with generic compose commands.
- Validate incrementally
- Run the most relevant Gradle tasks for the affected subproject(s) first, such as repo-defined
test,check,build, or narrower module tasks. - Log the selected subproject(s) and Gradle task scope in issue progress updates when validation starts or changes.
- If validation fails, determine whether the problem is in the code, Gradle task selection, test setup, or environment before retrying.
- Commit, push, and open a pull request
- Commit only issue-relevant changes in the assigned branch.
- Push the assigned branch to the remote.
- Open a pull request targeting the repository default branch unless repository instructions say otherwise.
- Report progress and failures clearly
- Use
vigilante gh issue commentfor progress updates, milestone updates, PR creation, and execution failures. - Keep comments concise, factual, and tied to real progress.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?