Skip to content

copy review skill into .agents#274

Open
alex-clickhouse wants to merge 4 commits intomainfrom
agent-copy
Open

copy review skill into .agents#274
alex-clickhouse wants to merge 4 commits intomainfrom
agent-copy

Conversation

@alex-clickhouse
Copy link
Copy Markdown
Collaborator

@alex-clickhouse alex-clickhouse commented Apr 1, 2026

No description provided.

@alex-clickhouse alex-clickhouse requested a review from mzitnik as a code owner April 1, 2026 07:28
Copilot AI review requested due to automatic review settings April 1, 2026 07:28
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds the existing ClickHouse PR review “skill” content under .agents/ (in addition to .claude/) so it can be consumed by other agent runtimes (e.g., chatgpt codex).

Changes:

  • Add .agents/skills/review/SKILL.md containing the ClickHouse code review skill/template (copied from .claude/skills/review/SKILL.md).

- Are error-handling tests present?
- Which additional tests to add (exact cases, scenarios, data sizes)

### 5) **Checklist**
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Have you created a copy of the file for testing?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Yeah, gonna try to get the chatgpt codex github action for reviews working today, and I want it to use the skill.

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.

The new .agents/skills/review/SKILL.md is an identical mirror of .claude/skills/review/SKILL.md so the Codex GitHub Action can consume the same review template; there isn’t an extra testing copy beyond that.

@alex-clickhouse
Copy link
Copy Markdown
Collaborator Author

@codex[agent] review

@Codex
Copy link
Copy Markdown
Contributor

Codex AI commented Apr 1, 2026

@codex[agent] review

1) Summary

Copies the existing review skill into .agents/skills/review/SKILL.md for Codex. Current duplication lacks a sync guard; risk of divergence between the two copies, so requesting a small safeguard before merge.

3) Findings

  • ⚠️ Majors
    • [.agents/skills/review/SKILL.md:1] Duplicate of .claude/skills/review/SKILL.md with no declared source-of-truth or automated check, so the two copies can drift and yield inconsistent review guidance. Suggest adding an explicit sync note and a simple guard (e.g., CI equality check or generating one from the other) to keep them identical.

4) Tests & Evidence

  • dotnet test --framework net9.0 --property WarningLevel=0 fails in this environment: integration tests target net10.0 only, and unit tests require CLICKHOUSE_CONNECTION env var. No additional tests needed for doc-only change.

5) ClickHouse C# Client Compliance Checklist

Check Status Notes
Protocol compatibility preserved? N/A Doc-only change
Multi-framework compatibility verified? N/A Doc-only change
Type system changes tested comprehensively? N/A Doc-only change
Async patterns correct (no sync-over-async)? N/A Doc-only change
PublicAPI/*.txt updated for API changes? N/A No API changes
Existing tests untouched (only additions)? ☑ Yes No code changes
Connection string backward compatible? N/A Not applicable
Error messages clear and actionable? N/A Not applicable
Docs updated for user-facing changes? ☑ Yes New skill copy
Thread safety reviewed? N/A Not applicable

6) Performance & Safety Notes

  • None; documentation-only change.

7) User-Lens Review

  • Without a sync guard, users may see divergent review templates depending on agent runtime, which is confusing for reviewers and PR authors.

8) Code Coverage

  • Not applicable (no executable code changed).

9) Extras

  • No changelog/release notes needed for doc-only addition.

Final Verdict

  • Status: ⚠️ Request changes
  • Minimum required actions: add a clear source-of-truth note and/or simple automation (e.g., CI diff check) to keep .agents/skills/review/SKILL.md in lockstep with .claude/skills/review/SKILL.md.

@Codex Codex AI changed the title copy review skill into .agents Addressing PR comments Apr 1, 2026
@alex-clickhouse alex-clickhouse changed the title Addressing PR comments copy review skill into .agents Apr 1, 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.

4 participants