Conversation
There was a problem hiding this comment.
Orca Security Scan Summary
| Status | Check | Issues by priority | |
|---|---|---|---|
| Infrastructure as Code | View in Orca | ||
| SAST | View in Orca | ||
| Secrets | View in Orca | ||
| Vulnerabilities | View in Orca |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds an “agentic ways of working” workflow to weaviate-cli by introducing GitHub Issue Forms (bug/feature) and documenting an issue→plan→implement→PR→remove-draft-label process within the repo’s Claude skills references.
Changes:
- Add GitHub Issue Forms for bug reports and feature requests (+ issue template config).
- Add a detailed “issue workflow” reference and update contributing skill docs/checklists to require issue tracking and PR linking.
- Ignore local Claude settings file in
.gitignore.
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
.gitignore |
Ignores local .claude/settings.json config. |
.github/ISSUE_TEMPLATE/feature.yml |
New feature request issue form. |
.github/ISSUE_TEMPLATE/bug.yml |
New bug report issue form. |
.github/ISSUE_TEMPLATE/config.yml |
Enables blank issues alongside forms. |
.claude/skills/contributing-to-weaviate-cli/references/issue-workflow.md |
New documented workflow for creating/linking/updating issues and PRs. |
.claude/skills/contributing-to-weaviate-cli/references/adding-commands.md |
Checklist updated to include issue/PR linking steps. |
.claude/skills/contributing-to-weaviate-cli/SKILL.md |
Adds “Issue Tracking” section and updates command-adding and review checklists. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
.claude/skills/contributing-to-weaviate-cli/references/issue-workflow.md
Show resolved
Hide resolved
.claude/skills/contributing-to-weaviate-cli/references/issue-workflow.md
Outdated
Show resolved
Hide resolved
.claude/skills/contributing-to-weaviate-cli/references/issue-workflow.md
Show resolved
Hide resolved
.claude/skills/contributing-to-weaviate-cli/references/issue-workflow.md
Outdated
Show resolved
Hide resolved
.claude/skills/contributing-to-weaviate-cli/references/issue-workflow.md
Outdated
Show resolved
Hide resolved
Create couple of github issue templates that agentic friendly as well as human-friendly. Create a new workflow that allows organizing the different bugs and features to work with agents. - Create first a github issue to track the changes. - Plan the work. - Implment it. - Submit the PR and link it to the issue. - Remove the draft label from the issue. This should speed up the feature and bug fixing, as well as helps with tracking what's part of each release.
7455c42 to
14b9255
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 6 out of 7 changed files in this pull request and generated 4 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Create couple of github issue templates that agentic friendly as well as human-friendly. Create a new workflow that allows organizing the different bugs and features to work with agents.