Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

LetsFLUTssh

يحتوي LetsFLUTssh على 11 من skills المجمعة من Llloooggg، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
11
Stars
24
محدث
2026-07-22
Forks
2
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

check
محللو ضمان جودة البرمجيات والمختبرون

Run analyzer + tests sequentially via make check. Full pre-commit validation.

2026-07-22
commit
مطوّرو البرمجيات

Create a git commit following project conventions. Checks docs. Pre-commit hook handles analyzer + tests. Use when user says "commit" or "commit and push".

2026-07-22
coverage
محللو ضمان جودة البرمجيات والمختبرون

Check test coverage via SonarCloud API. Shows overall, new code, and per-file coverage.

2026-07-22
doc
مطوّرو البرمجيات

Look up a section of docs/ARCHITECTURE.md without reading the whole file. Given a task description OR a § identifier (numeric like "3.6", "§11" or header fragment like "Security", "Tags", "Transfer Queue"), returns the relevant ARCHITECTURE.md section(s) verbatim. Executes Grep + Read itself in a single invocation — does not ask the user to run anything. Trigger phrases: "/doc <anything>", "docs on X", "architecture of X", "find the ARCHITECTURE § about X". Use when you need to consult docs/ARCHITECTURE.md for a specific topic instead of reading the full 3000-line file.

2026-07-22
find-impact
مطوّرو البرمجيات

Map the blast radius of changing a Dart file — find importers (call sites) and the paired test file. Use when user says "what uses X", "who imports X", "impact of X", "find callers of X", or invokes /find-impact with a path.

2026-07-22
fix-security
محللو أمن المعلومات

Fetch GitHub security alerts (Dependabot, code scanning, secret scanning) and fix them. Use when user wants to resolve security issues.

2026-07-22
fix-sonar
محللو ضمان جودة البرمجيات والمختبرون

Fetch SonarCloud issues and fix them. Use when user wants to fix code smells, bugs, or vulnerabilities reported by SonarCloud.

2026-07-22
lint
مطوّرو البرمجيات

Run static analysis (Dart analyzer + Rust clippy) via make lint. Use when user wants to check code for lint/analysis issues before commit.

2026-07-22
pr
مطوّرو البرمجيات

Create a PR from dev to main following project merge flow. Runs version bump, syncs dev with main first, creates PR with --auto merge.

2026-07-22
test
محللو ضمان جودة البرمجيات والمختبرون

Run all tests with coverage via make test. Use when user wants to run the test suite.

2026-07-22
write-tests
محللو ضمان جودة البرمجيات والمختبرون

Check SonarCloud coverage and write missing tests for uncovered lines. Use when user wants to improve test coverage.

2026-07-22