Romanela
JSON →Guides any AI agent or AI-assistant to write healthy, maintainable code
Install
npx (macOS, Tools · 5
- analyze_code_health Analyze code health for a given file or directory, returning metrics like complexity, nesting depth, cohesion, and overall health score.
- get_code_health_report Get a detailed code health report for a specific file, including issues and recommendations for improvement.
- list_code_health_issues List all code health issues found in a file or project, such as high complexity, deep nesting, or low cohesion.
- refactor_code Refactor code based on code health analysis, targeting specific issues like complexity or maintainability problems.
- verify_code_health Verify code health after refactoring to confirm improvements in health scores and issue resolution.
Environment variables
CS_ACCESS_TOKEN
Links
★ 47 GitHub stars