Skip to content

feat: add lightweight verification review#52

Closed
ddddddddwp wants to merge 1 commit into
rpamis:masterfrom
ddddddddwp:codex/lightweight-verify-review
Closed

feat: add lightweight verification review#52
ddddddddwp wants to merge 1 commit into
rpamis:masterfrom
ddddddddwp:codex/lightweight-verify-review

Conversation

@ddddddddwp
Copy link
Copy Markdown

Summary

  • Require lightweight verification to include a scoped code review.
  • Limit the review to correctness, security, and edge cases.
  • Add workflow safeguard coverage and a changelog entry.

Test Plan

  • npx vitest run test/ts/skills.test.ts
  • git diff --check origin/master..HEAD

Notes

  • Full npx vitest run currently fails in test/ts/init-e2e.test.ts because the clean-directory init fixture cannot find .claude/skills in the temporary home.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces a lightweight verification review step to the comet-verify skill, requiring a scoped code review focused on correctness, security, and edge cases while skipping deeper checks like spec coverage or design doc consistency. These updates are reflected in both the English and Chinese skill documentation, the changelog, and verified with new test assertions. Feedback on the changes suggests capitalizing the first letter of the newly added list item in the English skill documentation for consistency.

3. Build passes (run project-specific build command, e.g., `npm run build`, `mvn compile`, `cargo build`, etc.)
4. Related tests pass
5. No obvious security issues (no hardcoded keys, no new unsafe operations)
6. lightweight code review passes: dispatch a code-reviewer subagent that checks only correctness, security, and edge cases
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For consistency with the other list items in this section, capitalize the first letter of the item.

Suggested change
6. lightweight code review passes: dispatch a code-reviewer subagent that checks only correctness, security, and edge cases
6. Lightweight code review passes: dispatch a code-reviewer subagent that checks only correctness, security, and edge cases

@ddddddddwp ddddddddwp closed this by deleting the head repository May 29, 2026
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.

1 participant