Skip to content

Add claude skills#530

Draft
devendra-lohar wants to merge 2 commits into
masterfrom
add-claude-skills
Draft

Add claude skills#530
devendra-lohar wants to merge 2 commits into
masterfrom
add-claude-skills

Conversation

@devendra-lohar
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown

@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 documentation and command definitions for Claude Code, including a comprehensive CLAUDE.md file and a custom test runner specification. The CLAUDE.md file outlines the project's architecture, configuration systems, and development workflows. Feedback was provided to correct the pre-commit command flag from --all to --all-files to ensure it runs correctly on all files.

Comment thread CLAUDE.md
uv run mypy --non-interactive --install-types cognite

# Linting and formatting (pre-commit)
uv run pre-commit run --all
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

high

The pre-commit command uses the incorrect flag --all. The correct flag to run all hooks on all files is --all-files.

Suggested change
uv run pre-commit run --all
uv run pre-commit run --all-files

@codecov
Copy link
Copy Markdown

codecov Bot commented May 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.93%. Comparing base (47c32a3) to head (8a0c6a7).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #530      +/-   ##
==========================================
- Coverage   81.97%   81.93%   -0.05%     
==========================================
  Files          43       43              
  Lines        4217     4217              
==========================================
- Hits         3457     3455       -2     
- Misses        760      762       +2     

see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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