0

/ 100

GradeC

Solid foundation. Invest in docs and CI to grow from here.

Top 33% of 5,156 graded repos

US stock analysis skills for LLMs (Claude code, Gemini ...) | #AI

Top fixes

Highest-impact changes first, ranked by point weight

13 to address
  1. 1
    Tests18pt

    Wire your tests to a documented command (e.g. a test script in your build config) so the suite is reproducible.

  2. 2
    CI/CD14pt

    Add a step like `run: npm test`, `run: pytest`, or `run: tox` to your workflow file.

  3. 3
    CI/CD14pt

    Add a lint step to catch style issues automatically.

  4. 4
    CI/CD14pt

    Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.

Working through the fixes? Let every push regrade itself.

The free GitHub App rescans this repo on every push and posts the grade as a commit check, so the score climbs without coming back to rescan by hand.

Install the GitHub App

Scorecard

Every check, grouped by category and sorted worst-first

Documentation

88

README12pt80

README is present.

Install and run instructions9pt90

README documents how to install the project.

Contributing guide5pt92

Contributing guide is detailed and thorough.

License6pt100

Licensed under MIT.

Engineering

66

Linting and formatting5pt0

No linter or formatter found.

Add ESLint (eslint.config.js) and/or Prettier (.prettierrc), install them as devDependencies, and add a `lint` script to package.json.

CI/CD14pt57

CI is configured (.github/workflows/test.yml).

Reproducibility6pt70

Lockfile present (package-lock.json). Installs are reproducible.

Tests18pt80

A test script is configured in package.json.

Issue and PR templates6pt100

Issue or PR templates present.

Project health

97

Dependency manifest6pt90

Dependency manifest found (package.json).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • -
    Commits (30d / 90d)
  • 27
    Forks
  • 4
    Releaseslatest 1mo ago

Community

  • -
    Community health
  • -
    authors own >50% of commits
  • 93
    Watchers

Responsiveness

  • <1h
    Median issue response
  • -
    Median PR merge time
  • 9
    Open issues
Repository files48 root entries
  • .claude-plugin
  • .cursor
  • .github
    Good: CI is configured (.github/workflows/test.yml).
    Good: Issue or PR templates present.
  • doc
  • docs
  • plugins
  • prompts
  • scripts
  • .gitignore
    Good: .gitignore present.
  • ADDING-NEW-SKILLS.md
  • CHANGELOG.md
  • CHOOSE-A-SKILL-zh-TW.md
  • CHOOSE-A-SKILL.md
  • CI-CD-FIXES-SUMMARY.md
  • CI-CD-GUIDE.md
  • CLAUDE.md
  • CONCEPTS-zh-TW.md
  • CONCEPTS.md
  • CONTRIBUTING.md
    Good: Contributing guide is detailed and thorough.
    Good: Contributing guide includes setup/install instructions.
    Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.
    Good: Contributing guide explains how to run tests.
    Good: Contributing guide describes the PR/review workflow.
    Good: Contributing guide includes code examples.
  • COOKBOOK-zh-TW.md
  • COOKBOOK.md
  • DATA-AND-ACCURACY-zh-TW.md
  • DATA-AND-ACCURACY.md
  • DEPLOYMENT-STATUS.md
  • DEPLOYMENTS.md
  • FAQ.md
  • FULL-DEMO-PLTR.md
  • FULL-DEMO-RKLB.md
  • FULL-DEMO.md
  • GEMINI.md
  • GLOSSARY-zh-TW.md
  • GLOSSARY.md
  • HIGH-IMPACT-IMPROVEMENTS.md
  • LICENSE
    Good: Licensed under MIT.
  • package-lock.json
    Good: Lockfile present (package-lock.json). Installs are reproducible.
  • package.json
    Good: Dependency manifest found (package.json).
  • PLATFORM-COMPATIBILITY.md
  • README-claude-code.md
    Good: README is present.
    Good: README is well structured with multiple sections.
    Issue: No screenshots or images in the README (−20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.
    Good: README has code examples.
    Good: README links to a live demo or deployed app.
    Good: README includes status badges.
    Good: README documents how to install the project.
    Good: README documents how to run the project.
  • README-cursor.md
  • README-gemini.md
  • README-zh-TW.md
  • README.md
  • RELEASE_NOTES.md
  • RELEASE-QUICK-REFERENCE.md
  • SECURITY.md
    Good: Security policy present.
  • TODO.md
  • USE-CASES-zh-TW.md
  • USE-CASES.md
RepoGrade badge preview

Add this badge to your README

It updates automatically each time the repo is re-graded.

[![RepoGrade](https://www.repo-grade.com/api/badge/yennanliu/investskill)](https://www.repo-grade.com/report/yennanliu/investskill)

More graded JavaScript repos