AI-powered resume customization tool using Claude Code SDK

2 Open Issues Need Help Last updated: Jul 2, 2025

Open Issues Need Help

View All on GitHub
AI/ML Resume Generation/Customization

AI Summary: Write unit tests for the `ClaudeClient` class in a Python project to ensure correct model configuration from settings, including handling unsupported models and logging warnings. The tests should cover assigning the model from settings, logging warnings for unsupported models, and verifying that all configured models have pricing entries.

Complexity: 2/5
enhancement help wanted good first issue

AI-powered resume customization tool using Claude Code SDK

Python
AI/ML Resume Generation/Customization

AI Summary: The task requires fixing import errors in existing integration tests for a resume customization tool, creating comprehensive end-to-end tests covering the entire workflow (from input to customized output), mocking API responses for CI/CD reliability, testing resume transformations with diverse job descriptions, benchmarking performance with large files, and testing concurrent operations and error handling. Acceptance criteria include successful CI/CD test runs, complete workflow testing, reliable mocked API interactions, performance measurement, and error handling verification.

Complexity: 4/5
enhancement help wanted

AI-powered resume customization tool using Claude Code SDK

Python