ktu-tutor-view

Report per-course attendance and upload submission status from the KTU e-Gov portal.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/kvk-code/command-hub --skill ktu-tutor-view
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ktu-tutor-view
Source: https://github.com/kvk-code/command-hub/tree/main/skills/ktu-tutor-view
Command: npx skills add https://github.com/kvk-code/command-hub --skill ktu-tutor-view

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) components.

What problem does it solve?

This Skill helps administrators and instructors verify the internal marks/attendance upload status for all courses in a batch on the KTU e-Gov portal, showing which faculty have submitted and which are still pending.

Core Features & Use Cases

  • Login and navigate to Advisor's Batches via the KTU portal
  • Apply deterministic filters (AY, program, semester, batch) to list courses and faculty
  • Extract and report per-course submission status (Submitted by Faculty, Pending, Entered) with optional drill-down into student-level data
  • Generate a JSON summary and take screenshots for audit and monitoring

Quick Start

Run the tutor-view script to fetch the current internals status for the S8 CSE 2022 batch.

Frequently Asked Questions about ktu-tutor-view

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check internal marks and attendance upload status on the KTU e-Gov portal?

You can check the internal marks and attendance upload status on the KTU e-Gov portal by running an automation script that logs in, navigates to Advisor's Batches, filters by academic year and semester, and extracts per-course submission statuses.

Can I automate extracting KTU tutor view submission status for a specific batch?

Yes, you can automate extracting the KTU tutor view submission status for a specific batch by applying deterministic filters for program, semester, and batch to list courses and identify which faculty submissions are pending or entered.

How does batch internals monitoring handle credentials and data output?

Batch internals monitoring handles credentials by storing them in the environment, then outputs a JSON summary of the internal attendance status to a temporary file and captures portal screenshots for audit and verification.

Do I need Playwright to automate KTU internals status reporting?

Yes, you need Playwright to automate KTU internals status reporting because the Skill implements end-to-end browser automation to navigate the portal, apply batch filters, and extract the submission data.

What is the best way to verify pending faculty submissions for KTU internals?

The best way to verify pending faculty submissions for KTU internals is to generate an automated report that drills down into per-course data, exporting a JSON summary and screenshots showing which courses are still pending faculty submission.

Why does the KTU batch internals extraction output a JSON file to tmp?

The KTU batch internals extraction outputs a JSON file to the tmp directory to provide a structured, machine-readable summary of the course submission statuses that can be easily parsed for audit and monitoring workflows.