Skip to content

Add Rust issue implementation skill#369

Merged
nicobistolfi merged 3 commits intomainfrom
vigilante/issue-358-add-a-rust-focused-vigilante-issue-implementation-skill-with-cargo-clippy-fmt-and-security-guidance
Apr 3, 2026
Merged

Add Rust issue implementation skill#369
nicobistolfi merged 3 commits intomainfrom
vigilante/issue-358-add-a-rust-focused-vigilante-issue-implementation-skill-with-cargo-clippy-fmt-and-security-guidance

Conversation

@nicobistolfi
Copy link
Copy Markdown
Collaborator

Summary

  • add Rust tech-stack detection and select a dedicated Rust issue-implementation skill for traditional Rust repositories
  • add bundled Rust implementation skill assets plus Rust-specific prompt guidance covering Cargo workflows, safety, and dependency checks
  • cover Rust detection, skill selection, and prompt/security guidance with regression tests

Validation

  • go test ./internal/repo ./internal/skill
  • go test ./...
  • go vet ./...
  • govulncheck not installed in this environment

Benefits

  • gives Rust repositories repo-aware implementation guidance without changing existing monorepo selection behavior
  • keeps Rust validation expectations explicit for cargo fmt, cargo test, cargo clippy, and dependency/security tooling when available

Closes #358

@nicobistolfi nicobistolfi force-pushed the vigilante/issue-358-add-a-rust-focused-vigilante-issue-implementation-skill-with-cargo-clippy-fmt-and-security-guidance branch 9 times, most recently from 8613b2a to bb02f07 Compare April 2, 2026 20:45
* Add .NET issue-implementation skill

* Stabilize scan tests with async maintenance

* Fix post-rebase test conflicts for issue-360

* Run gofmt on rebased dotnet detection changes

# Conflicts:
#	internal/repo/repo.go
#	internal/skill/security.go
#	internal/skill/skill.go
#	skillassets.go

# Conflicts:
#	internal/repo/repo.go
#	internal/skill/security.go
#	internal/skill/skill.go
#	skillassets.go
@nicobistolfi nicobistolfi force-pushed the vigilante/issue-358-add-a-rust-focused-vigilante-issue-implementation-skill-with-cargo-clippy-fmt-and-security-guidance branch from bb02f07 to f431225 Compare April 3, 2026 17:17
@nicobistolfi nicobistolfi merged commit e883aba into main Apr 3, 2026
1 check passed
@nicobistolfi nicobistolfi deleted the vigilante/issue-358-add-a-rust-focused-vigilante-issue-implementation-skill-with-cargo-clippy-fmt-and-security-guidance branch April 3, 2026 19:15
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.

Add a Rust-focused Vigilante issue-implementation skill with cargo, clippy, fmt, and security guidance

1 participant